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
How was c created?
What is string function in c?
How can I manipulate individual bits?
explain how do you use macro?
What is the best organizational structure?
What does the c preprocessor do?
Explain what is meant by high-order and low-order bytes?
Is calloc better than malloc?
Write a program to reverse a string.
What are multidimensional arrays?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
What are the key features in c programming language?
Why can't I perform arithmetic on a void* pointer?
What is extern variable in c with example?
What is meant by initialization and how we initialize a variable?