What is meaning of "Void main" in C Language.
Answer Posted / kiruthika
viod is a return type which does not return any value after
execution.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How is null defined in c?
List out few of the applications that make use of Multilinked Structures?
What are the data types present in c?
How does sizeof know array size?
Explain can static variables be declared in a header file?
how to create duplicate link list using C???
Where static variables are stored in memory in c?
What is a void * in c?
Why do we use header files in c?
Why cant I open a file by its explicit path?
Do pointers store the address of value or the actual value of a variable?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What functions are used in dynamic memory allocation in c?
How can a program be made to print the line number where an error occurs?
Place the #include statement must be written in the program?