Ask your own question, for FREE!
Computer Science 8 Online
OpenStudy (anonymous):

what would be the output of the following c program and why ? #include void main() { int i=+-1234; printf("%d",i); }

OpenStudy (anonymous):

It will be -1234.

OpenStudy (anonymous):

It works on following concepts:- + + = + + - = - - + = - - - = +

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!