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
What is #error and use of it?
Explain what are bus errors, memory faults, and core dumps?
How are portions of a program disabled in demo versions?
In which header file is the null macro defined?
Difference between macros and inline functions? Can a function be forced as inline?
Did c have any year 2000 problems?
Do character constants represent numerical values?
What are the general description for loop statement and available loop types in c?
Can math operations be performed on a void pointer?
how many errors in c explain deply
What is a double c?
What is a macro in c preprocessor?
What is 'bus error'?
while initialization of array why we use a[][2] why not a[2][]...?
How can you tell whether a program was compiled using c versus c++?