What will be the output of
x++ + ++x?
Answer Posted / santhi perumal
Answer is 2x+2. For Ex: if x is 2 result is 2(2)+2 = 6.
| Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Explain how do you list files in a directory?
Can you please compare array with pointer?
How to throw some light on the b tree?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Explain the difference between getch() and getche() in c?
What are c preprocessors?
What is typeof in c?
Is c is a middle level language?
What are register variables in c?
What are the standard predefined macros?
Why do we use header files in c?
How to write a code for reverse of string without using string functions?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
What is hungarian notation? Is it worthwhile?