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

Answer Posted / kavya

11 11 13

Is This Answer Correct ?    8 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

An inversion is an array of numbers is any pair (i,j) such that iA[j]. What is the average number of inversions in an array of n distinct numbers? plz GIVE ME SOLUTION

1437


How does agile communication differ from tradition software engineering communication? How it is similar?

3511


when did actually oil exploration start

1442


how to join two table those stored on different database.

1468


Differentiate between data base and data mart?

1652






in b+ trees, all the data is stored in leaf nodes. if all leaf nodes are crashed then how to get/recovery the data back?

1508


what will happend if i fire this command in linux " rm -r / "

1357


WHAT IS DIFFERENCE BETWEEN ART & VECTOR QUANTISATION BASED ON THEIR APPLICATION IN NEURAL NETWORK

1311


Sir, I was recently placed at ITC Infotect. My ctc is 2.46lpa. How much will I get in hand every month? Plssss answer. Thanx in advance.

2169


If I am in a room with 5 people and guess all their birthdays what is the probability of getting (only) one correct?

748


funtionalities of loadining and linking

1466


I am an Electrical engineering ( electrical back round ) ,can i get hvac Water system design details to easy understand ,i am working past 15years in Pharmaceuticals company with Engineering depart.

847


draw diagram of earthings

1518


i want a program in c# for 100 or for a number greater than 100.....pls help

1456


Whats the difference between following two array declaration in JAVA? int a[]={1,2,3,4,5}; int []a-{1,2,3,4,5};

2167