Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / suyash kumar (c.s. 1st year ni
it is user defined function..........as if we make another
funtion say for factorial void fact() and store it in
lib fun. then apply it in program except main it work as a
funtion.........moreover we defined main as we write
instruction in it and execution take place
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
How can I generate floating-point random numbers?
What is an example of structure?
Write a code to generate divisors of an integer?
Explain what is operator promotion?
Explain how do you print only part of a string?
What is meant by keywords in c?
How many keywords (reserve words) are in c?
What is the difference between procedural and declarative language?
What is huge pointer in c?
What is a function in c?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
What language is c written?
What is structure packing in c?
Define recursion in c.
What is uint8 in c?