main()
{
int i=5;
printf("%d%d%d%d",i++,i--,i);
}
Answer Posted / mani
4 5 5
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does %c do in c?
Explain the ternary tree?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Why double pointer is used in c?
What are structural members?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
What is the difference between mpi and openmp?
When is the “void” keyword used in a function?
Which type of language is c?
How do you initialize pointer variables?
#include
What is a stream in c programming?
Can a file other than a .h file be included with #include?
Is python a c language?
How are strings stored in c?