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

How can I sort more data than will fit in memory?

621


What is difference between structure and union in c?

542


Write a C program to help a HiFi’s Restaurant automate its breakfast billing system. Your assignment should implement the following items: a. Show the customer the different breakfast items offered by the HiFi’s Restaurant. b. Allow the customer to select more than one item from the menu. c. Calculate and print the bill to the customer. d. Produce a report to present your complete program and show more sample output. Assume that the HiFi’s Restaurant offers the following breakfast menu: Plain Egg $2.50 Bacon and Egg $3.45 Muffin $2.20 French Toast $2.95 Fruit Basket $3.45 Cereal $0.70 Coffee $1.50 Tea $1.80

2552


What is the scope of static variable in c?

531


How is pointer initialized in c?

581






What is the purpose of clrscr () printf () and getch ()?

591


What is use of null pointer in c?

563


What is the difference between union and structure in c?

569


What are the key features in c programming language?

607


Describe wild pointers in c?

636


There seem to be a few missing operators ..

614


Tell us two differences between new () and malloc ()?

612


What do you understand by friend-functions? How are they used?

641


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

1209


Differentiate between a for loop and a while loop? What are it uses?

663