void main()
{
int i=5;
printf("%d",i++ + ++i);
}
Answer Posted / kaushik
13
i=i++--->6
++6=7
7+6=13
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the c keywords?
What is ctrl c called?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What are the features of the c language?
What is the difference between malloc() and calloc() function in c language?
What does != Mean in c?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
Compare interpreters and compilers.
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What is the difference between typedef and #define?
Why is structure important for a child?
What does *p++ do?
What is console in c language?
explain how do you use macro?
How can I recover the file name given an open stream or file descriptor?