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
What is linear search?
Explain how do you override a defined macro?
How many keywords are there in c?
How can you find the day of the week given the date?
How can you determine the maximum value that a numeric variable can hold?
can we have joblib in a proc ?
What is the difference between c &c++?
What is the difference between array and linked list in c?
What is the use of function overloading in C?
What is indirection? How many levels of pointers can you have?
What is typedef?
What are the __date__ and __time__ preprocessor commands?
How can you increase the size of a statically allocated array?
Is there a way to compare two structure variables?
What is non linear data structure in c?