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 is indirection?
How does selection sort work in c?
What is masking?
Is malloc memset faster than calloc?
What are the advantages of using Unions?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What is the 'named constructor idiom'?
Explain what are multibyte characters?
What is the hardest programming language?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
How old is c programming language?
How many main () function we can have in a project?
What are predefined functions in c?
List the different types of c tokens?
What are disadvantages of C language.