What is meaning of "Void main" in C Language.
Answer Posted / piyush mani tiwari
The meaning of void is nothing thats why when the function
cant return any value than at that time we declair it as a void
void main means main does not return any value
| Is This Answer Correct ? | 133 Yes | 34 No |
Post New Answer View All Answers
What are categories used for in c?
How do we declare variables in c?
What is the code in while loop that returns the output of given code?
Describe newline escape sequence with a sample program?
What are local static variables? How can you use them?
Can you apply link and association interchangeably?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What is the role of this pointer?
What does s c mean on snapchat?
What is the equivalent code of the following statement in WHILE LOOP format?
What is bash c?
what is use of malloc and calloc?
What is the use of pointers in C?
What does. int *x[](); means ?
How many types of functions are there in c?