Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / rajesh thakur
main() is User defined function... for more discussion
contact me at neothecodebreaker@ymail.com.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is the sizeof () a pointer?
What are disadvantages of C language.
Is main is user defined function?
What is a built-in function in C?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
in iso what are the common technological language?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What is the difference between a free-standing and a hosted environment?
How pointers are declared?
How can you draw circles in C?
What is double pointer in c?
What is the scope of global variable in c?
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 is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...