1.

What is the output of this program?
#include <iostream>
using namespace std;
int main()
{
unsigned long num = 56;
cout << num << oct < return 0;
}

A. 56
B. 70
C. 70 56
D. 56 70
E. None of these
Answer» E. None of these


Discussion

No Comment Found