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
Does c have circular shift operators?
Is c pass by value or reference?
What is spaghetti programming?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What is function definition in c?
Is it acceptable to declare/define a variable in a c header?
What is calloc malloc realloc in c?
Explain the difference between null pointer and void pointer.
What is a static function in c?
Is array name a pointer?
What is pointer & why it is used?
What is the use of clrscr?
Do pointers take up memory?
Why is c called "mother" language?