void main()
{
int i=5;
printf("%d",i+++++i);
}
Answer Posted / guest
the condition is like i++ + ++i
so 5 + 6 =11
| Is This Answer Correct ? | 10 Yes | 25 No |
Post New Answer View All Answers
Differentiate between functions getch() and getche().
What are the __date__ and __time__ preprocessor commands?
What is a double c?
What is scanf_s in c?
What is a struct c#?
What is meant by operator precedence?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
Explain the bubble sort algorithm.
What is the use of typedef in c?
What should malloc() do?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Which is better pointer or array?
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
how to construct a simulator keeping the logical boolean gates in c
What is use of integral promotions in c?