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 / deepika agrawal

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

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is modeling?

1097


How can I run c program?

1232


Tell me is null always defined as 0(zero)?

1133


What is extern variable in c with example?

1056


Is c++ based on c?

1131


Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

1134


can anyone suggest some site name..where i can get some good data structure puzzles???

2158


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

3783


Why c is known as a mother language?

1130


What are all different types of pointers in c?

1058


Why c is called object oriented language?

1113


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

1323


Explain about C function prototype?

1141


shorting algorithmS

2312


Are the variables argc and argv are always local to main?

1082