main()
{
int i = 10;
printf(" %d %d %d \n", ++i, i++, ++i);
}
Answer Posted / rajjak khan
131113
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Why use int main instead of void main?
Explain the advantages of using macro in c language?
write a program to display all prime numbers
What are the disadvantages of c language?
What is difference between function overloading and operator overloading?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What is multidimensional arrays
Is fortran still used today?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
What is difference between && and & in c?
What is array within structure?
Write a program to identify if a given binary tree is balanced or not.
What is modeling?
What is bss in c?