Answer Posted / bunny
It marks the beginning of the main body of the program and
also ensures that it is properly executed. Basically, void
main() creates the base for the program.
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What is extern variable in c with example?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What is bubble sort in c?
What is the size of structure in c?
What is nested structure with example?
How can variables be characterized?
what do u mean by Direct access files? then can u explain about Direct Access Files?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Is null equal to 0 in sql?
What is advantage of pointer in c?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
How can I open files mentioned on the command line, and parse option flags?
What are global variables?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What is difference between stdio h and conio h?