main is a predefined or user define function
if user defined why?
if predefined whay?
Answer Posted / pramod jirage
main() is to be predefined beoause the progarm contralm
flows from main and it is essiontal to opreat the program
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Why do we use namespace feature?
Write a program to generate the Fibinocci Series
What is pointers in c with example?
What is sizeof in c?
What are valid operations on pointers?
What is pointer and structure in c?
Difference between strcpy() and memcpy() function?
Write the control statements in C language
Explain how are 16- and 32-bit numbers stored?
What is the difference between typedef struct and struct?
What is call by value in c?
Why does everyone say not to use scanf? What should I use instead?
Tell us something about keyword 'auto'.
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures