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

Main must be written as
a.the first function in the program
b.Second function in the program
c.Last function in the program
d.any where in the program

Answer Posted / manju

d.any where in the program
because the execution of a program begins from the main
function.it doesn't consider the place where the main
function written.

Is This Answer Correct ?    16 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

2660


What are the ways to a null pointer can use in c programming language?

1193


What is the maximum no. of arguments that can be given in a command line in C.?

1199


What are the back slash character constants or escape sequence charactersavailable in c?

1227


write a program fibonacci series and palindrome program in c

1095


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

1117


Is main an identifier in c?

1201


Difference between macros and inline functions? Can a function be forced as inline?

1345


Explain what standard functions are available to manipulate strings?

1125


Is c easy to learn?

1028


What is the use of f in c?

1029


Ow can I insert or delete a line (or record) in the middle of a file?

1047


What are inbuilt functions in c?

1080


Can you write the algorithm for Queue?

2172


What is the difference between a string and an array?

1257