Operating System

Monday, July 13, 2015

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

Leave a Comment
What will be output if you will compile and execute the following c code?
void main(){
char c=125;
c=c+10;
printf("%d",c);
}
2
0
-121
1
If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment