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 meant by high-order and low-order bytes?
What is a protocol in c?
difference between object file and executable file
What are the types of data files?
What is c method?
What is zero based addressing?
Do you have any idea about the use of "auto" keyword?
what is the basis for selection of arrays or pointers as data structure in a program
What is pointer to pointer in c?
What is a good data structure to use for storing lines of text?
Explain how do you determine whether to use a stream function or a low-level function?
Explain how do you view the path?
What functions are used in dynamic memory allocation in c?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
how to write a c program to print list of fruits in alpabetical order?