Thursday, 16 August 2012

What is the output after the compilation and execution of following c code? | C Programming

#include<stdio.h>
int main()
{
charc=125;
c=c+10;
printf("%d",C.;
return0;
}


A. 135
B. +INF
C.. -121
D. -8
E.Compiler error

Ans: C

No comments: