Answer Posted / anu
void main() is a function. It is used in a program when a
function has no return value.
Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
Why do we use int main?
Can a pointer point to null?
Do you know the use of fflush() function?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
What's the difference between constant char *p and char * constant p?
Why do we need functions in c?
Write a program with dynamically allocation of variable.
Can a local variable be volatile in c?
How is a macro different from a function?
How do you print an address?
Explain About fork()?
What is the use of #define preprocessor in c?
Explain about the constants which help in debugging?
What is the difference between variable declaration and variable definition in c?
What is static function in c?