Answer Posted / rajesh
Void pointer is the
pointer which itself is
null and can not be
interchanged by others.
Ex-
{
int *a;
void *b;
*a=*b; //valid
a=b; //invalid
}
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain what is the benefit of using enum to declare a constant?
What is a substring in c?
Explain spaghetti programming?
How can I change the size of the dynamically allocated array?
Write a program to reverse a linked list in c.
what is the different bitween abap and abap-hr?
What are all different types of pointers in c?
What is %d called in c?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
What is memcpy() function?
What is the use of header files?
What are the preprocessor categories?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What is s or c?