Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / saurabh kumar
well i think main is a predefine function because we can
not change the name of predefine function......
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Can a file other than a .h file be included with #include?
What is the use of getchar functions?
Write a program to reverse a string.
What is the purpose of sprintf() function?
Why is python slower than 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)
Explain high-order and low-order bytes.
Explain what is gets() function?
What are identifiers c?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
How can I make it pause before closing the program output window?
I need previous papers of CSC.......plz help out by posting them.......
What are header files why are they important?
Why do we use null pointer?
Ow can I insert or delete a line (or record) in the middle of a file?