int i=10;

printf("%d %d %d", i, i=20, i);


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

Post New Answer

More C Interview Questions

what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")

7 Answers   Cadence, JNTU, Zen Technologies,


What is function prototype?

0 Answers  


2)#include<iostream.h> main() { printf("Hello World"); } the program prints Hello World without changing main() the o/p should be intialisation Hello World Desruct the changes should be a)iostream operator<<(iostream os, char*s) os<<'intialisation'<<(Hello World)<<Destruct b) c) d)none of the above

4 Answers   Siemens,


What are local static variables? How can you use them?

0 Answers  


why Language C is plateform dependent

3 Answers   Siemens, Wipro,






difference of two no's with out using - operator

7 Answers  


biggest of two no's with out using if condition statement

8 Answers  


Can an array be an Ivalue?

0 Answers   EXL,


how memory store byte

4 Answers   Huawei,


what is the stackpointer

2 Answers  


Explain how can a program be made to print the line number where an error occurs?

0 Answers  


Explain the use of #pragma exit?

0 Answers  


Categories