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
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
What is substring in c?
Why use int main instead of void main?
Explain how can you determine the size of an allocated portion of memory?
Explain the use of #pragma exit?
What is a sequential access file?
What is the g value paradox?
What are the types of functions in c?
List the different types of c tokens?
Explain what is the difference between text files and binary files?
Explain what is the benefit of using #define to declare a constant?
Is a house a mass structure?
Describe wild pointers in c?
Why do we use pointer to pointer in c?
why return type of main is not necessary in linux