void main()
{
int i=5;
printf("%d",i++ + ++i);
}
Answer Posted / dhakchina moorthy.p
12
| Is This Answer Correct ? | 27 Yes | 5 No |
Post New Answer View All Answers
Why c language?
Write a program to swap two numbers without using the third variable?
What does 2n 4c mean?
Can you define which header file to include at compile time?
What are volatile variables in c?
What is hungarian notation? Is it worthwhile?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
What is c language and why we use it?
What is pass by value in c?
What is a pointer on a pointer in c programming language?
What does sizeof int return?
Do you know the difference between exit() and _exit() function in c?
How will you write a code for accessing the length of an array without assigning it to another variable?
i want to know the procedure of qualcomm for getting a job through offcampus
What is use of #include in c?