A

Admin • 833K Points
Coach

Q. What will be output if you will compile and execute the following c code?

Code:
void main(){
int a=25;
clrscr();
printf(“%o %x”,a,A.;
getch();
}
  • (A) 31 19
  • (B) 12 42
  • (C) 025 0x25
  • (D) 25 25
  • Correct Answer - Option(A)
  • Views: 19
  • Filed under category C Programming
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.