void main()
{
int i=5;
printf("%d",i++ + ++i);
}
Answer Posted / vignesh1988i
the answer is 12..... 5 + 7
| Is This Answer Correct ? | 12 Yes | 8 No |
Post New Answer View All Answers
What is the general form of a C program?
What is the argument of a function in c?
Write a function that will take in a phone number and output all possible alphabetical combinations
What is array of pointers to string?
What are structural members?
What is the description for syntax errors?
Why does the call char scanf work?
What is volatile variable in c?
Tell us the use of fflush() function in c language?
What is function prototype in c with example?
What is the purpose of macro in C language?
Explain the difference between malloc() and calloc() in c?
what is recursion in C
What is d'n in c?
#include