Answer Posted / vinay
if they are used stand alone they are same ....
both increment the value of operand by 1
if they used in an expression then they will perform same
as mentioned in above answers...
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the difference between formatted&unformatted i/o functions?
Why is this loop always executing once?
Write a program to use switch statement.
What are comments and how do you insert it in a C program?
What is New modifiers?
What are the preprocessor categories?
Explain what is the use of a semicolon (;) at the end of every program statement?
What is the significance of c program algorithms?
Write a function that will take in a phone number and output all possible alphabetical combinations
Why is extern used in c?
What does the && operator do in a program code?
What is the translation phases used in c language?
What are global variables and how do you declare them?
Why do we need functions in c?
Difference between macros and inline functions? Can a function be forced as inline?