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
Is c object oriented?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What is the difference between printf and scanf in c?
Explain the concept and use of type void.
What are qualifiers?
how to write optimum code to divide a 50 digit number with a 25 digit number??
Explain the properties of union.
How do you define structure?
Which built-in library function can be used to match a patter from the string?
Is a house a mass structure?
Is null always equal to 0(zero)?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
develop algorithms to add polynomials (i) in one variable
What is dynamic memory allocation?
What is the purpose of scanf() and printf() functions?