What will be the output of
x++ + ++x?
Answer Posted / mortal
x++ starts with x and ++x starts with x+1,hence if x=1 then
ans. is 3.
| Is This Answer Correct ? | 5 Yes | 15 No |
Post New Answer View All Answers
how to create duplicate link list using C???
What is a MAC Address?
Are comments included during the compilation stage and placed in the EXE file as well?
In a header file whether functions are declared or defined?
What is the difference between constant pointer and constant variable?
How main function is called in c?
Explain which function in c can be used to append a string to another string?
What is a constant?
What is difference between structure and union with example?
How many types of operator or there in c?
What is typedef example?
What does void main () mean?
What is bin sh c?
Describe how arrays can be passed to a user defined function
What are the __date__ and __time__ preprocessor commands?