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 / shashikant
20,20,22,22
| Is This Answer Correct ? | 2 Yes | 15 No |
Post New Answer View All Answers
All technical questions
The statement, int(*x[]) () what does in indicate?
What is the difference between scanf and fscanf?
What is a MAC Address?
Can you define which header file to include at compile time?
What is difference between structure and union in c programming?
What are multidimensional arrays?
Explain a pre-processor and its advantages.
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
What is data type long in c?
What are header files in c programming?
How can type-insensitive macros be created?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
Explain null pointer.
cavium networks written test pattern ..