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
what are the advantages of a macro over a function?
Was 2000 a leap year?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
Do character constants represent numerical values?
Compare array data type to pointer data type
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
Why we use stdio h in c?
What are integer variable, floating-point variable and character variable?
What are pragmas and what are they good for?
What is the advantage of c?
How can I change their mode to binary?
What does char * * argv mean in c?
explain how do you use macro?
Tell me about low level programming languages.
What is the use of a ‘ ’ character?