main()
{
int i=5;
printf("%d%d%d%d",i++,i--,i);
}
Answer Posted / vara
4 5 5 and garbagevalue
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
What is double pointer?
What is structure and union in c?
What is string length in c?
Is malloc memset faster than calloc?
What is a function simple definition?
Explain can you assign a different address to an array tag?
Why cant I open a file by its explicit path?
will u please send me the placement papers to my mail???????????????????
Is null always defined as 0(zero)?
What is the use of void pointer and null pointer in c language?
Explain what is the difference between text files and binary files?
What is a good data structure to use for storing lines of text?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
Are enumerations really portable?
Are pointers integer?