What is void pointer in c++ with example?


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

Post New Answer

More C++ General Interview Questions

const char * char * const What is the differnce between the above two?

11 Answers   TCS,


How does list r; differs from list r();?

0 Answers  


Can union be self referenced?

0 Answers  


write a program that takes 5 digit no and calculate 2 power that no and print it.

3 Answers  


What is friend class in c++ with example?

0 Answers  


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

0 Answers  


If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?

0 Answers  


What is size of empty class object

5 Answers   CA,


How do you define a class in c++?

0 Answers  


Please post the model question paper of hal?

2 Answers  


Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];

4 Answers   Quark,


What are the benefits of c++?

0 Answers  


Categories