What is the difference between null pointer and the void
pointer?
Answer Posted / vaibhav
null pointer contain null value . it doesn't contain any
value.
while void pointer is a pointer that cascade at a runtime.
i.e it casting at runtime
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is a nested formula?
What are control structures? What are the different types?
What is the purpose of void pointer?
Explain the use of 'auto' keyword
Describe how arrays can be passed to a user defined function
How is a pointer variable declared?
What is scope and lifetime of a variable in c?
Is javascript based on c?
Why c is known as a mother language?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What is the description for syntax errors?
What is structure and union in c?
What are type modifiers in c?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?