What is the difference between null pointer and void pointer
Answer Posted / gokul saravanan
Null pointers returns null value and void pointer returns no
value
| Is This Answer Correct ? | 38 Yes | 39 No |
Post New Answer View All Answers
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
Differentiate between a structure and a union.
How to set file pointer to beginning c?
What is the concatenation operator?
Where can I get an ansi-compatible lint?
What is the use of a semicolon (;) at the end of every program statement?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
Explain how do you view the path?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
Do you know the use of 'auto' keyword?
Why flag is used in c?
Why do we use c for the speed of light?
What are local variables c?
Is Exception handling possible in c language?
What is property type c?