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
What is a struct c#?
What is string function in c?
Which type of language is c?
What is a char c?
How do you list files in a directory?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What are the advantages of union?
What is infinite loop?
what do you mean by inline function in C?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Why c language?
What is a stream in c programming?
What are the application of c?
What are the application of void data type in c?
What is the difference between array and pointer in c?