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
What is an example of structure?
i want to know the procedure of qualcomm for getting a job through offcampus
What is the process to create increment and decrement stamen in c?
Explain what is the best way to comment out a section of code that contains comments?
What are the Advantages of using macro
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
a c code by using memory allocation for add ,multiply of sprase matrixes
Explain what are multidimensional arrays?
How do you determine a file’s attributes?
What is the difference between the = symbol and == symbol?
What is the difference between struct and union in C?
Why we write conio h in c?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What is 02d in c?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler