What is output of the following program ?
main()
{
i = 1;
printf("%d %d %d\n",i,i++,i++);
}
Answers were Sorted based on User's Feedback
Answer / chandrakala
error: i doesn't declared in a correct way
int i=1
| Is This Answer Correct ? | 0 Yes | 0 No |
how to find string length wihtout using c function?
Can include files be nested?
What is %lu in c?
What is the use of a static variable in c?
What are the types of pointers?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
what is recursion in C
how can i calculate mean,median,mode by using c program
Where are c variables stored in memory?
What does s c mean on snapchat?
How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,