int i=0,j;

j=++i + ++i ++i;

printf("
%d",j);

Answers were Sorted based on User's Feedback



int i=0,j; j=++i + ++i ++i; printf(" %d",j);..

Answer / padma seenivasan

invalid value in increament

Is This Answer Correct ?    11 Yes 2 No

int i=0,j; j=++i + ++i ++i; printf(" %d",j);..

Answer / shankar

1+3+5=9

Is This Answer Correct ?    1 Yes 9 No

Post New Answer

More C Interview Questions

what is Structural oriented language? give some example of this language.....?

1 Answers  


Write a program which returns the first non repetitive character in the string?

0 Answers   Expedia,


Why c language is called c?

0 Answers  


What is a pointer and how it is initialized?

0 Answers  


Juxtapose the use of override with new. What is shadowing?

1 Answers  






main() { float a=3.2e40; printf("%d",a); }

9 Answers   Satyam,


Why isn't any of this standardized in c? Any real program has to do some of these things.

0 Answers  


what does " calloc" do?

7 Answers   Cadence, Logos,


Is a pointer a kind of array?

0 Answers  


Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Lucent,


what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??

5 Answers  


consagous technology placement paper

3 Answers   Consagous, Sypra,


Categories