What is meaning of "Void main" in C Language.
Answer Posted / kiruthika
viod is a return type which does not return any value after
execution.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How can you convert integers to binary or hexadecimal?
What is stack in c?
What is c programming structure?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
how to execute a program using if else condition and the output should enter number and the number is odd only...
Explain what is the difference between the expression '++a' and 'a++'?
What is the return type of sizeof?
How does pointer work in c?
how to introdu5ce my self in serco
What are the advantages of using linked list for tree construction?
What are the primitive data types in c?
How do you use a pointer to a function?
What is difference between class and structure?
What are the various types of control structures in programming?