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
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
When should we use pointers in a c program?
What does void main () mean?
What is realloc in c?
Explain how can I remove the trailing spaces from a string?
What is spaghetti programming?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
Why should I use standard library functions instead of writing my own?
What does 3 mean in texting?
a program that can input number of records and can view it again the record
What is a const pointer?
What is main () in c?
Why can arithmetic operations not be performed on void pointers?
How do I copy files?
Can we change the value of #define in c?