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


What is the output of the program
#include<stdio.h>
#include<conio.h>
void main()
{0
int i,j=20;
clrscr();
for(i=1;i<3;i++)
{
printf("%d,",i);
continue;
printf("%d",j);
break;
}
getch();
}

Answers were Sorted based on User's Feedback



What is the output of the program #include<stdio.h> #include<conio.h> void main() {0..

Answer / ali

1,2,

Is This Answer Correct ?    11 Yes 0 No

What is the output of the program #include<stdio.h> #include<conio.h> void main() {0..

Answer / salman vamiq

1 20

Is This Answer Correct ?    5 Yes 1 No

What is the output of the program #include<stdio.h> #include<conio.h> void main() {0..

Answer / p.yamini

1,2 20

Is This Answer Correct ?    9 Yes 6 No

What is the output of the program #include<stdio.h> #include<conio.h> void main() {0..

Answer / kathiravan.l

1,20

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More C Interview Questions

Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

0 Answers   Celstream,


7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above

10 Answers   Accenture,


Why c is called a mid level programming language?

0 Answers  


What is pointer & why it is used?

0 Answers  


How can I remove the trailing spaces from a string?

0 Answers   Aspire,


C language questions for civil engineering

0 Answers   Tech Mahindra,


How can I write functions that take a variable number of arguments?

0 Answers  


What is the difference between procedural and declarative language?

0 Answers  


how to sort two array of characters and make a new array of characters.

1 Answers   Accenture,


what is pointer ?

10 Answers   Kernex Micro Systems,


What is #include conio h?

0 Answers  


write a function for strtok()??

2 Answers   Verifone,


Categories