Answer Posted / revathi
it has no meaning it does not return any value to the
operating system
| Is This Answer Correct ? | 12 Yes | 13 No |
Post New Answer View All Answers
How can you call a function, given its name as a string?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What is getch() function?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
Can stdout be forced to print somewhere other than the screen?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
What are examples of structures?
What is meant by type specifiers?
Differentiate between Macro and ordinary definition.
Differentiate fundamental data types and derived data types in C.
What is methods in c?
What is calloc()?
Why header file is used in c?
Can we declare function inside main?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?