What is the output
    #include iostream
using namespace std;
int main()
{
unsigned long x = 3;
cout x oct x endl;
return 0;
}

Posted on by