What is meaning of "Void main" in C Language.
Answer Posted / sameer ashturkar
void means simply it's return zero(0)
| Is This Answer Correct ? | 23 Yes | 30 No |
Post New Answer View All Answers
What are predefined functions in c?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What does d mean?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
Explain main function in c?
Is c easier than java?
What is a pointer in c?
Differentiate Source Codes from Object Codes
What is difference between class and structure?
What is far pointer in c?
What is a shell structure examples?
What are directives in c?
What is the difference between void main and main in c?
What is array of structure in c programming?
What is echo in c programming?