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

Hi,
main()
{
}

Is a user defined function or Built in Functionn

Answer Posted / pravat kumar patra

main() is a user defind function.because we write some codes
inside main to perform certain task.but in case of sqrt() if
write the function in a program it executes.but we have not
to write the function body.
consider the case:-
void main() void main()
{ {
printf("hello"); inti=25,p=sqrt(i);
} printf("%d",p);
}

use header file math.h.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can math operations be performed on a void pointer?

1100


Explain the term printf() and scanf() used in c language?

1092


What is difference between array and structure in c?

1261


Explain pointers in c programming?

1157


what is the difference between class and unio?

2413


How can I manipulate individual bits?

1094


What is main () in c language?

1185


Why main is not a keyword in c?

1310


can we change the default calling convention in c if yes than how.........?

2592


Can you please explain the difference between exit() and _exit() function?

1080


How do you determine whether to use a stream function or a low-level function?

1189


What is bss in c?

1154


What are the types of data types and explain?

1129


I need a sort of an approximate strcmp routine?

1075


What is define c?

1154