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
Write a program to print numbers from 1 to 100 without using loop in c?
What is volatile variable how do you declare it?
What is meant by int main ()?
What is an identifier?
What is sizeof in c?
Explain what is a program flowchart and explain how does it help in writing a program?
How do you convert strings to numbers in C?
Explain how do you generate random numbers in c?
What is the difference between fread and fwrite function?
what is reason of your company position's in india no. 1.
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
What is #define in c?
What is the argument of a function in c?
What are the benefits of organizational structure?
write a proram to reverse the string using switch case?