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);
}
}

Answer Posted / khushbu srivastva

a error will be generated i.e unreachable code

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by int main ()?

1255


Explain is it better to bitshift a value than to multiply by 2?

1247


What is call by value in c?

1051


What are high level languages like C and FORTRAN also known as?

1236


Give the rules for variable declaration?

1218


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

1779


What is volatile variable in c?

1155


What are different types of pointers?

1106


What does malloc () calloc () realloc () free () do?

1103


I have a varargs function which accepts a float parameter?

1096


What is the purpose of macro in C language?

1162


find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

2049


What is the difference between declaring a variable by constant keyword and #define ing that variable?

3439


What is sizeof c?

1120


What is dynamic variable in c?

1098