Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / sree
main() itself is a predefined function.
where as main() is a userdefined function because there we
are writing the internal part.
| Is This Answer Correct ? | 27 Yes | 8 No |
Post New Answer View All Answers
What is the difference between declaring a variable by constant keyword and #define ing that variable?
How does placing some code lines between the comment symbol help in debugging the code?
Explain two-dimensional array.
can we have joblib in a proc ?
What is gets() function?
Which type of language is c?
How do we open a binary file in Read/Write mode in C?
What is getche() function?
What does it mean when the linker says that _end is undefined?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
What are the salient features of c languages?
Array is an lvalue or not?
Write a program to reverse a string.
Explain what is the difference between a string and an array?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?