Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / yogesh bansal
main is a system declared user defined function
| Is This Answer Correct ? | 31 Yes | 8 No |
Post New Answer View All Answers
Explain null pointer.
What is c programing language?
Explain what is a 'locale'?
How are 16- and 32-bit numbers stored?
Why void main is used in c?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What are unions in c?
write a c program to find the sum of five entered numbers using an array named number
What is the maximum length of an identifier?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
Why clrscr is used after variable declaration?
what will be the output for the following main() { printf("hi" "hello"); }
The __________ attribute is used to announce variables based on definitions of columns in a table?
Why does notstrcat(string, "!");Work?