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 / vishwanath g. desai

d. Any where in the program, because it is a top down
program ok I agree with that, actually the feature wise we
have to write the first but now the compiler agree with the
answer d. While the program execute means it execute the
first main().

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the g value paradox?

1169


What is the difference between far and near in c?

1066


How do c compilers work?

1123


What is static memory allocation?

1169


What is #line?

1051


How many main () function we can have in a project?

1109


What is actual argument?

1060


What is abstract data structure in c?

1039


What are the advantages of the functions?

1158


Difference between goto, long jmp() and setjmp()?

1180


What are the advantage of c language?

1052


Write a code to determine the total number of stops an elevator would take to serve N number of people.

1256


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

1009


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

1462


a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

2153