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

A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

626


What is void main () in c?

731


write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a

1451


What is external variable in c?

613


What is #include stdio h?

685






What is variable and explain rules to declare variable in c?

555


how to execute a program using if else condition and the output should enter number and the number is odd only...

1655


Why isn't it being handled properly?

645


Write a simple code fragment that will check if a number is positive or negative.

708


I came across some code that puts a (void) cast before each call to printf. Why?

678


How do you initialize pointer variables?

614


Write program to remove duplicate in an array?

600


Describe how arrays can be passed to a user defined function

782


Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

1118


Explain how do you list files in a directory?

618