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

can we write a c program with out using main

Answer Posted / durga mahesh

Say Big Nooooooooooooooooo..........
Its never ever possible bcoz when a program is compiled the compiler always looks for the entry of the program initially(this is the first and foremost action performed by compier)
In c,main() is the entry section...exectuion begins only after main is checked....

Is This Answer Correct ?    20 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is function in c with example?

1224


What is volatile variable in c with example?

1086


What is the difference between exit() and _exit() function in c?

1124


What are the types of arrays in c?

1236


In which header file is the null macro defined?

1400


Write a simple code fragment that will check if a number is positive or negative.

1206


What are directives in c?

1021


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2793


What is static function in c?

1163


How can you increase the size of a dynamically allocated array?

1231


what are non standard function in c

1967


Explain setjmp()?

1112


write a program to create a sparse matrix using dynamic memory allocation.

4951


Can a variable be both constant and volatile?

1176


How can I ensure that integer arithmetic doesnt overflow?

1253