Hi,
main()
{
}

Is a user defined function or Built in Functionn

Answer Posted / suyash kumar singh

main() is user Defined funtion

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to create duplicate link list using C???

2069


What are categories used for in c?

562


What is c mainly used for?

593


Is calloc better than malloc?

570


Explain low-order bytes.

619






Place the #include statement must be written in the program?

567


Write the Program to reverse a string using pointers.

613


What are global variables?

642


write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1

3279


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

5053


What are volatile variables in c?

517


Should I learn data structures in c or python?

576


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

727


What is static memory allocation?

600


What does 2n 4c mean?

710