What is a void pointer? When is a void pointer used?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.

1 Answers  


What is extern storage class in c?

0 Answers  


What is static identifier?

0 Answers   TCS,


Can the sizeof operator be used to tell the size of an array passed to a function?

0 Answers  


how can i sort numbers from ascending order and descending order using turbo c..

1 Answers  






In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }

1 Answers  


3. Program to print all possible substrings. ex: String S St Str Stri Strin String t tr tri trin tring r

3 Answers   Huawei,


Explain what is the difference between far and near ?

0 Answers  


What is this pointer in c plus plus?

0 Answers  


What is conio h in c?

0 Answers  


main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }

9 Answers   TCS,


What is indirection?

0 Answers  


Categories