Answer Posted / vignesh1988i
it is the first function to be called or to be executed in
the code of the compiler.......
thank u
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Why clrscr is used in c?
What is a lvalue
What is sizeof int?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What is struct node in c?
Why C language is a procedural language?
What is the benefit of using #define to declare a constant?
What are reserved words with a programming language?
Tell me is null always defined as 0(zero)?
What is difference between union All statement and Union?
Can you assign a different address to an array tag?
Explain how can you tell whether two strings are the same?
Explain what is the difference between null and nul?
What is the use of a conditional inclusion statement in C?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.