What is the difference between null pointer and void pointer
Answer Posted / gokul saravanan
Null pointers returns null value and void pointer returns no
value
Is This Answer Correct ? | 38 Yes | 39 No |
Post New Answer View All Answers
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
What are the types of arrays in c?
What is pre-emptive data structure and explain it with example?
Write a program to generate random numbers in c?
Is that possible to store 32768 in an int data type variable?
Differentiate call by value and call by reference?
What is the use of linkage in c language?
What is a stream water?
Did c have any year 2000 problems?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
What are 'near' and 'far' pointers?
What is the difference between abs() and fabs() functions?
What is the condition that is applied with ?: Operator?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
What are header files and what are its uses in C programming?