What is the difference between null pointer and the void
pointer?
Answer Posted / sunitha
null pointer : used to compair a pointer to any object or
a function and returns a null value to the main function.
void pointer : void pointer ia pointer which does not have
any return type and it can be easily type casted with other
type of pointers.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How is a structure member accessed?
Is sizeof a keyword in c?
What is static memory allocation?
Can you explain the four storage classes in C?
Write a program to print ASCII code for a given digit.
please give me some tips for the placement in the TCS.
What is typedef example?
What does main () mean in c?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
What are the types of unary operators?
What is pointer to pointer in c language?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
What is an example of structure?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
What is the use of a ‘ ’ character?