A
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();
}
int a=25;
clrscr();
printf(“%o %x”,a,A.;
getch();
}
- Correct Answer - Option(A)
- Views: 19
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.