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 / pratik
but how answer came ? ?
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is a macro in c preprocessor?
What are the application of c?
What is the difference between far and near in c?
What is void pointers in c?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
If I have a char * variable pointing to the name of a function ..
What are # preprocessor operator in c?
what is the height of tree if leaf node is at level 3. please explain
What is the meaning of && in c?
What is wrong in this statement? scanf(ā%dā,whatnumber);
What do the functions atoi(), itoa() and gcvt() do?
what is recursion in C
What are the usage of pointer in c?
Can we declare variable anywhere in c?
How can variables be characterized?