Answer Posted / hrpynux@gmail.com
When used as a function return type, the void keyword specifies that the function doesn't return a value. When used for a function's parameter list, void specifies that the function takes no parameters. When used in the declaration of a pointer, void specifies that the pointer is "universal."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is wrong with this statement? Myname = 'robin';
How can I handle floating-point exceptions gracefully?
What are the Advantages of using macro
What the advantages of using Unions?
Is c# a good language?
What is equivalent to ++i+++j?
What are 3 types of structures?
How do you list files in a directory?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What is floating point constants?
Explain high-order bytes.
Where can I get an ansi-compatible lint?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Define C in your own Language.
What are the advantages of external class?