What is the output?
#include iostream
using namespace std;
enum test
{
X = 26, Y, Z
};
int main()
{
cout X Y Z;
return 0;
}

Posted on by