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


#&#8206;include&#8236;<stdio.h>
void main()
{
int i;
for(i=5;0;i++)
{
printf("%d",i);
}
}

Answers were Sorted based on User's Feedback



#&#8206;include&#8236;<stdio.h> void main() { int i; for(i=5;0;i++) { printf(&qu..

Answer / khushbu srivastva

a error will be generated i.e unreachable code

Is This Answer Correct ?    7 Yes 1 No

#&#8206;include&#8236;<stdio.h> void main() { int i; for(i=5;0;i++) { printf(&qu..

Answer / deepika agrawal

an error will be encountered in the begining of the program...

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More C Interview Questions

What are the rules for the identifier?

0 Answers  


What is the difference between GETS();AND SCANF();

4 Answers   TCS,


print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1

1 Answers   Winit,


What is the difference between a structure and a union?

2 Answers  


Tell us bitwise shift operators?

0 Answers  


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

0 Answers  


how to determine the complexity of an algorithm as log(n)

1 Answers   Google,


what is ans for this scanf(%%d",c);

1 Answers  


What are the different types of endless loops?

0 Answers  


How can I call fortran?

0 Answers  


Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

0 Answers  


which header file contains main() function in c?

17 Answers   Google, HCL, TCS,


Categories