Can i use Two or More Main Funtion in any C program.?
Answer Posted / madhu cherukuri
always the c program starts from main function only.if we
will write two main functions then it is confusion to complier.
one more import point the main function it self can not
executed one more internal function i.e start function
called the main function then main starts execution.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are structure types in C?
What is %lu in c?
Why clrscr is used after variable declaration?
Explain how does flowchart help in writing a program?
what is event driven software and what is procedural driven software?
What is typedef example?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
what are the advantages of a macro over a function?
Explain main function in c?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
How would you use the functions fseek(), freed(), fwrite() and ftell()?
Write a program to generate random numbers in c?
What is null pointer constant?
What are extern variables in c?
how to create duplicate link list using C???