Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / ashok kumar
According to definition of predefined function,It should
perform some task,can any one tell the particularly the task
of main()function?.then the answer is clear main() is not
predefined,so then we are defining main()so absolutely user
defined function....
This is definition of predefined funtion "(computing) Any of
a set of subroutines that perform standard mathematical
functions included in a programming language; either
included in a program at compilation time, or called when a
program is executed "
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How can I swap two values without using a temporary?
What are the types of data types and explain?
What is cohesion in c?
Why header file is used in c?
What is "Hungarian Notation"?
Write a program to print fibonacci series using recursion?
What do header files do?
List some applications of c programming language?
What does *p++ do?
What is a memory leak? How to avoid it?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Why c language is called c?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
Explain what standard functions are available to manipulate strings?