what is a void pointer?

Answer Posted / vadivel t

void pointer is a pointer which can be point to any kind of
data types

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is anagram in c?

521


Explain the bubble sort algorithm.

650


Why flag is used in c?

659


Explain what are linked list?

628


What does *p++ do? What does it point to?

624






How many bytes are occupied by near, far and huge pointers (dos)?

680


Which is more efficient, a switch statement or an if else chain?

585


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

651


Why calloc is better than malloc?

577


Write programs for String Reversal & Palindrome check

601


What are the types of assignment statements?

635


Compare and contrast compilers from interpreters.

690


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

2177


What is the difference between ++a and a++?

701


What is a pointer variable in c language?

649