Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Explain what are binary trees?

0 Answers  


Explain what are header files and explain what are its uses in c programming?

0 Answers  


What is function and its example?

0 Answers  


Difference between Class and Struct.

13 Answers   Ericsson, Motorola, Wipro,


1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision

9 Answers   HCL, Qualcomm,


write a c programme for add of two numbers with out use of arthematic operators

2 Answers  


What is meant by realloc()?

0 Answers  


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

0 Answers   Genpact,


Explain what is the difference between declaring a variable and defining a variable?

1 Answers  


Explain pointer. What are function pointers in C?

0 Answers   HCL,


ASCII stands for

1 Answers  


Can two or more operators such as and be combined in a single line of program code?

0 Answers  


Categories