WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW
IT COME ..
#include<stdio.h>
#include<conio.h>
void main()
{
int k=20;
printf("%d%d%d%d",k,k++,++k,k);
getch();
}
Answer Posted / priyanka
20,20,21,20
| Is This Answer Correct ? | 5 Yes | 20 No |
Post New Answer View All Answers
explain what is fifo?
Tell me with an example the self-referential structure?
What is the difference between void main and main in c?
Explain how many levels deep can include files be nested?
What does typeof return in c?
What are enumerated types?
How can I make it pause before closing the program output window?
How many keywords are there in c?
what are bit fields in c?
There seem to be a few missing operators ..
Explain can you assign a different address to an array tag?
What is the advantage of an array over individual variables?
What are qualifiers?
What are extern variables in c?
the question is that what you have been doing all these periods (one year gap)