What is the output of this code
    #include iostream
int main ()
{
int n;
n = 28;
cout hex n endl;
return 0;
}

Posted on by