What is the difference between null pointer and void pointer
Answer Posted / xlnx
NULL POINTER WILL POINT TO NOTHING.BUT VOID POINTER POINTNG
TO ANY OTHER DATA TYPE OF POINTER.
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
What is the condition that is applied with ?: Operator?
Explain what is the use of a semicolon (;) at the end of every program statement?
What is #define used for in c?
What is class and object in c?
what is stack , heap ,code segment,and data segment
Tell me what are bitwise shift operators?
What is the right type to use for boolean values in c?
What are identifiers and keywords in c?
What the different types of arrays in c?
Is there any possibility to create customized header file with c programming language?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
Do you know what are the properties of union in c?
Where does the name "C" come from, anyway?
How can I access an I o board directly?