What will be the output of
x++ + ++x?
Answer Posted / lakshmi
If x=4 then answer is 10
| Is This Answer Correct ? | 44 Yes | 13 No |
Post New Answer View All Answers
What does 4d mean in c?
Explain how are portions of a program disabled in demo versions?
What is self-referential structure in c programming?
What does %c do in c?
What are categories used for in c?
What is %s and %d in c?
What is pointers in c?
difference between Low, Middle, High Level languages in c ?
What is New modifiers?
What is the use of void pointer and null pointer in c language?
What is the usage of the pointer in c?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
how we can make 3d venturing graphics on outer interface
Define C in your own Language.
Is register a keyword in c?