main()
{
int i=5;
printf("%d%d%d%d",i++,i--,i);
}

Answer Posted / ajay karanam

4554202496

Is This Answer Correct ?    3 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.

4511


Is c a great language, or what?

608


What is c programming structure?

625


What is a buffer in c?

579


How can I read a binary data file properly?

637






Write a code to determine the total number of stops an elevator would take to serve N number of people.

735


Explain how can you be sure that a program follows the ansi c standard?

870


Explain the priority queues?

629


What is bubble sort in c?

640


Explain how to reverse singly link list.

613


write a c program to calculate sum of digits till it reduces to a single digit using recursion

2726


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

1456


Can you explain the four storage classes in C?

646


Are there any problems with performing mathematical operations on different variable types?

577


Write a program to swap two numbers without using a temporary variable?

613