⟩ What is strcpy() function?
strcpy() copies a string until it comes across the termination character ''.
strcpy() copies a string until it comes across the termination character ''.
What is (void*)0? A. Representation of NULL pointer B. Representation of void pointer C. Error D. None of above
The operator used to get value at address stored in a pointer variable is A. * B. & C. && D. ||
Do you know the use of fflush() function?
Explain void pointer?
Explain null pointer?
Tell me can the size of an array be declared at runtime?
Tell me when would you use a pointer to a function?
Can we add pointers together?
Tell me is NULL always defined as 0(zero)?
For what purpose null pointer used?