What is meaning of "Void main" in C Language.
Answer Posted / sangeeta
void means nothing..
and it doesn,t return any value..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a string and an array?
Do pointers store the address of value or the actual value of a variable?
What do you know about the use of bit field?
What is s or c?
What is far pointer in c?
How do you use a 'Local Block'?
can we have joblib in a proc ?
What is a program flowchart?
What are global variables and how do you declare them?
Explain about the functions strcat() and strcmp()?
What is memory leak in c?
Describe how arrays can be passed to a user defined function
What is volatile variable how do you declare it?
What is the difference between array and pointer in c?
How does struct work in c?