When is the “void” keyword used in a function?
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 |
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
How is a pointer variable declared?
What is the difference between array and linked list in c?
What do you mean by dynamic memory allocation in c?
Why is c so powerful?
swap two integer variables without using a third temporary variable?
What are the disadvantages of external storage class?
Explain what is wrong with this program statement?
how to print a statement in c without use of console statement ,with the help of if statement it should print
why return type of main is not necessary in linux
What are shell structures used for?