What is meaning of "Void main" in C Language.
Answer Posted / mohit giri
void main() is a main function in c language.void means
nothing return any value.this function is used to execute our
program.without main(), program can compile but not run.
| Is This Answer Correct ? | 40 Yes | 14 No |
Post New Answer View All Answers
What does sizeof int return?
What are the 5 types of organizational structures?
how to find anagram without using string functions using only loops in c programming
What is an example of structure?
How do I round numbers?
What will be the outcome of the following conditional statement if the value of variable s is 10?
How to compare array with pointer in c?
What is a keyword?
how logic is used
What is main () in c language?
How do you generate random numbers in C?
What extern c means?
Explain two-dimensional array.
which type of aspect you want from the student.
What is multidimensional arrays