Answer Posted / anika
in i++ first there is display and then the value in the memory
gets increased by 1.in ++i first value is increased by 1 then
display is there
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Explain what does the format %10.2 mean when included in a printf statement?
Why do we write return 0 in c?
What does %d do?
What is "Duff's Device"?
Is malloc memset faster than calloc?
What is a scope resolution operator in c?
Explain what is the concatenation operator?
What is the advantage of c?
Explain how do you use a pointer to a function?
Explain modulus operator. What are the restrictions of a modulus operator?
How do you generate random numbers in C?
Write a program to swap two numbers without using third variable in c?
How can my program discover the complete pathname to the executable from which it was invoked?
What is the purpose of the preprocessor directive error?
What is static memory allocation?