#include<stdio.h>
int main()
{
int i=2;
int j=++i + ++i + i++;
printf("%d\n",i);
printf("%d\n",j);
}
Answer Posted / gaurav
Please use gcc compiler....u will get answer 1,i.e. 5 and 12
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
How can I rethow can I return a sequence of random numbers which dont repeat at all?
Can a variable be both constant and volatile?
Can a pointer be null?
i got 75% in all semester am i eligible for your company
When should a type cast be used?
What is sizeof in c?
What is a pragma?
What is #line in c?
Explain 'bit masking'?
explain what are actual arguments?
what is bit rate & baud rate? plz give wave forms
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What are file streams?
What is bubble sort technique in c?
What is the use of bitwise operator?