main is a predefined or user define function
if user defined why?
if predefined whay?
Answer Posted / s.s.venkatesh
the main() is a predefined function because we can't change
the name of the function or characterstics of the function.
If the function is user defined means we can change the
name of the function as we wish.
So,the main() is a predefined function.
| Is This Answer Correct ? | 20 Yes | 21 No |
Post New Answer View All Answers
What is #error and use of it?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
When should the const modifier be used?
What does %c mean in c?
Can you assign a different address to an array tag?
How to create struct variables?
What is pragma in c?
Is multithreading possible in c?
Is the exit() function same as the return statement? Explain.
Why shouldn’t I start variable names with underscores?
What is structure padding in c?
Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers
Does c have class?
Does sprintf put null character?
What is data type long in c?