Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / rajen kumar
if main() is user define...then why not...we can't change
it's name ??
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Is it acceptable to declare/define a variable in a c header?
What is array in c with example?
Do you know what are bitwise shift operators in c programming?
What is c token?
to find the closest pair
What are identifiers and keywords in c?
Explain heap and queue.
Explain what are reserved words?
How are structure passing and returning implemented?
List some of the static data structures in C?
How can I access an I o board directly?
Why is c fast?
can we change the default calling convention in c if yes than how.........?
How do I round numbers?
Multiply an Integer Number by 2 Without Using Multiplication Operator