What will be the output of
x++ + ++x?
Answer Posted / dhanashree
if x=1 then output will be 4
| Is This Answer Correct ? | 41 Yes | 16 No |
Post New Answer View All Answers
What are file streams?
Explain the term printf() and scanf() used in c language?
Why c is called free form language?
What is the difference between procedural and functional programming?
How does pointer work in c?
List a few unconditional control statement in c.
What is maximum size of array in c?
I need a sort of an approximate strcmp routine?
What are the advantages of Macro over function?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
Write a program on swapping (100, 50)
What are called c variables?
What are predefined functions in c?
How can I recover the file name given an open stream?
Write a code on reverse string and its complexity.