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

main() { printf("hello%d",print("QUARK test?")); }

5 Answers  


What are the loops in c?

0 Answers  


How can I allocate arrays or structures bigger than 64K?

5 Answers  


how can we print  hellow world programme without using semicolon

3 Answers  


Why enum is used in c?

0 Answers  


What is #line in c?

0 Answers  


2. Write a function called hms_to_secs() that takes three int values&#8212;for hours, minutes, and seconds&#8212;as arguments, and returns the equivalent time in seconds.. Create a program that exercises this function by repeatedly obtaining a time value in hours, minutes, and seconds from the user (format 12:59:59), calling the function, and displaying the value of seconds it returns.

5 Answers   TCS,


When is a null pointer used?

0 Answers  


What is the difference between a function and a method in c?

0 Answers  


What are the 32 keywords in c?

0 Answers  


CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.

15 Answers  


write a program to print largest number of each row of a 2D array

0 Answers  


Categories