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 the right type to use for boolean values in c? Is there a standard type?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
Tell me when is a void pointer used?
can anyone suggest some site name..where i can get some good data structure puzzles???
How many identifiers are there in c?
Implement bit Array in C.
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What is malloc calloc and realloc in c?
What is wrong with this program statement? void = 10;
What is a ternary operator in c?
What is scope of variable in c?
How to implement a packet in C
a c code by using memory allocation for add ,multiply of sprase matrixes
What do the functions atoi(), itoa() and gcvt() do?