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
what value is returned to operating system after program execution?
#include
Compare and contrast compilers from interpreters.
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
Difference between Shallow copy and Deep copy?
How many main () function we can have in a project?
What is typedef struct in c?
What is the use of f in c?
What is the size of array float a(10)?
ATM machine and railway reservation class/object diagram
What is the difference between scanf and fscanf?
How many levels of indirection in pointers can you have in a single declaration?
What is typedf?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Is it cc or c in a letter?