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

#include<stdio.h>
int fun();
int i;
int main()
{
while(i)
{
fun();
main();
}
printf("hello \n");
return 0;
}
int fun()
{
printf("hi");
}
answer is hello.how??wat is tat while(i) mean?

Answer Posted / tanveer ahmed abbasi

hi hello

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

1027


What is structure and union in c?

1096


What are the types of c language?

1010


What is openmp in c?

988


Describe the header file and its usage in c programming?

1035


Is there a way to compare two structure variables?

1086


How can I list all of the predefined identifiers?

954


How can I send mail from within a c program?

1000


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1762


what is bit rate & baud rate? plz give wave forms

1935


Describe static function with its usage?

1172


Suggesting that there can be 62 seconds in a minute?

1016


What are the functions to open and close file in c language?

1153


What are different types of operators?

1008


Is it possible to pass an entire structure to functions?

961