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


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

WHAT IS HIGH LEVEL LANGUAGE?

2 Answers  


How pointer is benefit for design a data structure algorithm?

2 Answers  


While(1) { } when this loop get terminate is it a infinite loop?

5 Answers  


How many loops are there in c?

0 Answers  


What is the difference b/w main() in C language and main() in C++.

7 Answers  






Explain how do you convert strings to numbers in c?

0 Answers  


Describe the difference between = and == symbols in c programming?

0 Answers  


What is advantage of pointer in c?

0 Answers  


in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n

1 Answers  


Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a

7 Answers  


why division operator not work in case of float constant?

2 Answers  


Which driver is a pure java driver

0 Answers   Vertex,


Categories