What is meaning of "Void main" in C Language.
Answer Posted / sameer ashturkar
void means simply it's return zero(0)
| Is This Answer Correct ? | 23 Yes | 30 No |
Post New Answer View All Answers
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What are pointers?
Explain the difference between null pointer and void pointer.
How is null defined in c?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
i want to know the procedure of qualcomm for getting a job through offcampus
List some of the dynamic data structures in C?
What are the different types of pointers used in c language?
How many types of functions are there in c?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
What are the advantages of external class?
Why c is a mother language?
What are header files and explain what are its uses in c programming?
How can a process change an environment variable in its caller?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.