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

Why static variable is used in c?

0 Answers  


Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me

2 Answers  


what is out put of the following code? #include class Base { Base() { cout<<"constructor base"; } ~Base() { cout<<"destructor base"; } } class Derived:public Base { Derived() { cout<<"constructor derived"; } ~Derived() { cout<<"destructor derived"; } } void main() { Base *var=new Derived(); delete var; }

3 Answers   Honeywell,


write a c program that prints all multiples of 3between 1 and 50.

5 Answers  


Q. where is the below variables stored ? - volatile, static, register

3 Answers   Bosch,


Describe dynamic data structure in c programming language?

0 Answers  


How do you initialize pointer variables?

0 Answers  


i want to job in your company, so how it will be possible.

3 Answers   TCS,


Is using exit() the same as using return?

0 Answers  


Where are some collections of useful code fragments and examples?

0 Answers   Celstream,


write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?

1 Answers   TCS,


can we implement multi-threads in c.

0 Answers  


Categories