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

wap to print "hello world" without using the main function.

Answer Posted / vignesh1988i

the basic format or the first executable code line is the
main function in C.... so if we try to print the anything
without main we are trying to modify the basic concepts of C
and this will not look nice....

thank u

Is This Answer Correct ?    20 Yes 24 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

1156


Explain enumerated types in c language?

1106


Explain built-in function?

1188


Can main () be called recursively?

1179


What does main () mean in c?

1146


Should I learn data structures in c or python?

1074


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

1225


write a c program to calculate sum of digits till it reduces to a single digit using recursion

3381


Can a program have two main functions?

1178


What is a macro?

1164


Describe static function with its usage?

1276


Is it possible to execute code even after the program exits the main() function?

1396


Why does everyone say not to use gets?

1200


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

1304


Explain can you assign a different address to an array tag?

1125