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
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is typeof in c?
What is a keyword?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Can one function call another?
what are bit fields in c?
Is array name a pointer?
What is the use of f in c?
How is a structure member accessed?
What does 1f stand for?
Does free set pointer to null?
What is #include stdio h and #include conio h?
What is time null in c?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is 02d in c?