Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / suyash kumar singh
main() is user Defined funtion
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What does %c mean in c?
What is a void * in c?
Explain goto?
What is sizeof array in c?
What are the types of pointers in c?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is quick sort in c?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What is s or c?
Are the outer parentheses in return statements really optional?
Write a program to implement queue.
Is python a c language?
Do pointers need to be initialized?
What is a spanning Tree?
What is #define in c?