πŸ“Š C Programming
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
πŸ’¬ Discuss
βœ… Correct Answer: (A) 31 19

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
191
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
98%
Success Rate