what is a void pointer?

Answer Posted / karthik

void *p;
its void pointer.
it can point to any pointer like int*,char*,etc....
that is use of void*.

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

`write a program to display the recomended action depends on a color of trafic light using nested if statments

1629


How the c program is executed?

628


Describe how arrays can be passed to a user defined function

776


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

1374


Write a program for finding factorial of a number.

629






How many levels of pointers can you have?

695


What is f'n in math?

615


What are void pointers in c?

574


What are structures and unions? State differencves between them.

612


what are bit fields? What is the use of bit fields in a structure declaration?

1497


Is null always equal to 0(zero)?

578


can anyone suggest some site name..where i can get some good data structure puzzles???

1643


What is #error and use of it?

675


What are qualifiers and modifiers c?

543


What is the value of uninitialized variable in c?

568