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

How many keywords (reserve words) are in c?

0 Answers  


How is a macro different from a function?

0 Answers   Tech Mahindra,


How can I do graphics in c?

0 Answers  


Dont ansi function prototypes render lint obsolete?

0 Answers  


In which language linux is written?

0 Answers  


Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.

0 Answers  


What are identifiers in c?

0 Answers  


Tell me what is null pointer in c?

0 Answers  


Concat two string with most overlapped substring has to removeĀ  "abcd"+ "cdef" = "abcdef

6 Answers  


What is function prototype in c language?

0 Answers  


What is the advantage of a random access file?

0 Answers  


What is the use of a ‘’ character?

0 Answers  


Categories