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
How can I call a function with an argument list built up at run time?
Where define directive used?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
How will you write a code for accessing the length of an array without assigning it to another variable?
What is a union?
Explain the difference between structs and unions in c?
Mention four important string handling functions in c languages .
Is it acceptable to declare/define a variable in a c header?
int far *near * p; means
Can we use any name in place of argv and argc as command line arguments?
Explain what is the benefit of using const for declaring constants?
What 'lex' does?
What are the uses of a pointer?
how to create duplicate link list using C???
Explain the properties of union. What is the size of a union variable