Can i use Two or More Main Funtion in any C program.?
Answer Posted / vadivelt
Main fuction can be called from a main function of same
prototype(recursive call). But multiple definition of a
main function is not possible.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is the difference between array and structure in c?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What are structure types in C?
Write a program to generate random numbers in c?
What’s a signal? Explain what do I use signals for?
Can you please explain the difference between strcpy() and memcpy() function?
Why do we use int main instead of void main in c?
Write a code of a general series where the next element is the sum of last k terms.
What does it mean when a pointer is used in an if statement?
What is the difference between text and binary modes?
Are c and c++ the same?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
What is the difference between strcpy() and memcpy() function in c programming?
What is the sizeof () operator?