What is meaning of "Void main" in C Language.
Answer Posted / sangeeta
void means nothing..
and it doesn,t return any value..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Distinguish between actual and formal arguments.
Explain how does free() know explain how much memory to release?
write a proram to reverse the string using switch case?
How we can insert comments in a c program?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
How can I recover the file name given an open stream?
Why ca not I do something like this?
How many keywords (reserve words) are in c?
What does 1f stand for?
How do you print an address?
Why doesnt long int work?
What is the easiest sorting method to use?
Are local variables initialized to zero by default in c?
What is %lu in c?
How do you define CONSTANT in C?