What is output of the following program ?
main()
{
i = 1;
printf("%d %d %d\n",i,i++,i++);
}
Answer Posted / guest
error exist due to nat declaring datatype for i
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How can you restore a redirected standard stream?
Write a program to swap two numbers without using a temporary variable?
What does static variable mean in c?
Differentiate between calloc and malloc.
Are there any problems with performing mathematical operations on different variable types?
What is the maximum no. of arguments that can be given in a command line in C.?
Why header files are used?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
What are the types of bitwise operator?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What is the difference between the = symbol and == symbol?
Explain what are the different file extensions involved when programming in c?
How can I do serial ("comm") port I/O?
What is nested structure with example?
In C language, a variable name cannot contain?