What is meaning of "Void main" in C Language.
Answer Posted / ashturkar sameer
void main means does not return valu at exicution time
mens return (0)
| Is This Answer Correct ? | 27 Yes | 31 No |
Post New Answer View All Answers
What does == mean in texting?
What is the size of structure in c?
What are compound statements?
What is the scope of static variable in c?
I need previous papers of CSC.......plz help out by posting them.......
Explain modulus operator.
Describe the steps to insert data into a singly linked list.
Which node is more powerful and can handle local information processing or graphics processing?
Is main an identifier in c?
How do I get an accurate error status return from system on ms-dos?
With the help of using classes, write a program to add two numbers.
How many levels of indirection in pointers can you have in a single declaration?
Differentiate between null and void pointers.
What is c method?
What is function and its example?