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...


void main()
{int i=2;
printf("%d%d%d",i,++i,i++);
getch();
}

Answers were Sorted based on User's Feedback



void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); } ..

Answer / vimal kumar sharma

442

Is This Answer Correct ?    19 Yes 7 No

void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); } ..

Answer / anush

442

Is This Answer Correct ?    4 Yes 3 No

void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); } ..

Answer / swetha

232

Is This Answer Correct ?    8 Yes 8 No

void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); } ..

Answer / ram

233

Is This Answer Correct ?    7 Yes 7 No

void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); } ..

Answer / gowthamraj

244

Is This Answer Correct ?    0 Yes 0 No

void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); } ..

Answer / akshay

442

Is This Answer Correct ?    0 Yes 0 No

void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); } ..

Answer / nagaraju

332

Is This Answer Correct ?    0 Yes 5 No

void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); } ..

Answer / muthuprakash

232

Is This Answer Correct ?    2 Yes 10 No

void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); } ..

Answer / nunaram murmu

542

Is This Answer Correct ?    0 Yes 8 No

Post New Answer

More C Interview Questions

Explain what is the difference between functions getch() and getche()?

0 Answers  


What are 'near' and 'far' pointers?

0 Answers  


write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+

1 Answers   Reliance,


Explain how do you declare an array that will hold more than 64kb of data?

0 Answers  


What is #include cctype?

0 Answers  


what is the advantage of software development

1 Answers  


code for bubble sort?

1 Answers  


What is a sequential access file?

0 Answers  


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

0 Answers  


How do you prevent buffer overflows in C?

2 Answers  


Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...

2 Answers  


What is ## preprocessor operator in c?

0 Answers  


Categories