What is the output of following code?
#includeiostream
using namespace std ;
int main()
{
enum { blue,green=5, GREAT};
cout blue " " GREAT;
}

Posted on by