A

Admin • 802.91K Points
Coach

Q. What will be output if you will compile and execute the following c code? #include<stdio.h>
int main(){
char c=125;
c=c+10;
printf("%d",c); return 0;
}

  • (A) 135
  • (B) +inf
  • (C) -121
  • (D) -8

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.