int i=0,j;

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

printf("
%d",j);

Answer Posted / shankar

1+3+5=9

Is This Answer Correct ?    1 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

5 Write an Algorithm to find the maximum and minimum items in a set of ā€˜nā€™ element.

1576


What are examples of structures?

587


Why c is a procedural language?

578


What is malloc return c?

593


What do you mean by c what are the main characteristics of c language?

564






What is extern variable in c with example?

532


Explain do array subscripts always start with zero?

751


write a program to find out prime number using sieve case?

1631


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

650


How does placing some code lines between the comment symbol help in debugging the code?

538


Do you have any idea about the use of "auto" keyword?

660


Can we declare a function inside a function in c?

574


Explain what is meant by 'bit masking'?

638


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

566


What is extern c used for?

563