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

write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com

6 Answers  


What is sizeof int in c?

0 Answers  


what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }

6 Answers   IBM,


why integer range between -327680to+32767

2 Answers  


What is alloca() and why is its use discouraged?

1 Answers  


pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?

2 Answers   eClerx, Excel, kenexa,


Explain the differences between public, protected, private and internal.

2 Answers  


What is size of union in c?

0 Answers  


Are bit fields portable?

0 Answers   EXL,


What is declaration and definition in c?

0 Answers  


Explain the difference between call by value and call by reference in c language?

0 Answers  


Can a variable be both constant and volatile?

0 Answers  


Categories