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
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
largest Of three Number using without if condition?
Why is C language being considered a middle level language?
Is exit(status) truly equivalent to returning the same status from main?
Why double pointer is used in c?
cavium networks written test pattern ..
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What is use of bit field?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
What is declaration and definition in c?
What are the types of pointers in c?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
Differentiate between ordinary variable and pointer in c.
What does node * mean?
What are operators in c?