Answer Posted / moonlight
++i is pre increment and i++ is post increment. It is useful
in any codition.in pre increment it increases value of i
first then check it's value and in post increment it first
check it's value then increment.
| Is This Answer Correct ? | 29 Yes | 1 No |
Post New Answer View All Answers
Write a program to check palindrome number in c programming?
What is main return c?
What is the difference between array and structure in c?
What is a newline escape sequence?
What is double pointer in c?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What 'lex' does?
Explain output of printf("Hello World"-'A'+'B'); ?
How to set file pointer to beginning c?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
Write program to remove duplicate in an array?
Why isnt there a numbered, multi-level break statement to break out
Can a function argument have default value?
When the macros gets expanded?
What is queue in c?