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
Why c is faster than c++?
How will you delete a node in DLL?
Is there sort function in c?
What does the error 'Null Pointer Assignment' mean and what causes this error?
What is the method to save data in stack data structure type?
Why we use int main and void main?
What is graph in c?
What is bash c?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
What is linear search?
Can we replace the struct function in tree syntax with a union?
what is different between auto and local static? why should we use local static?
What does a function declared as pascal do differently?
When we use void main and int main?
All technical questions