Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / lakkup
it is an inbuilt function i.e, main() it indicates the
starting of the program and it is a user defined function
when the user defines it as void main() or int main(void).
| Is This Answer Correct ? | 6 Yes | 13 No |
Post New Answer View All Answers
What are global variables and explain how do you declare them?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
How can I delete a file?
How are strings stored in c?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
What are examples of structures?
write a program to find the given number is prime or not
Explain 'bit masking'?
How can I write functions that take a variable number of arguments?
Differentiate between #include<...> and #include '...'
How do I use strcmp?
Lists the benefits of c programming language?
Are there constructors in c?
How do you print an address?