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
What are the advantages and disadvantages of pointers?
What are reserved words?
What is #line in c?
Explain what is the heap?
How do we make a global variable accessible across files? Explain the extern keyword?
What is void pointers in c?
How can you draw circles in C?
write a program fibonacci series and palindrome program in c
What is external variable in c?
What is type qualifiers?
provide an example of the Group by clause, when would you use this clause
What is const keyword in c?
What do the functions atoi(), itoa() and gcvt() do?
What are the different types of pointers used in c language?
What is union in c?