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); } | ||||||||
|
||||||||
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); } | ||||||||
|
||||||||
0 comments:
Post a Comment