How are pointers type-cast?


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

Post New Answer

More C++ General Interview Questions

How const int *ourpointer differs from int const *ourpointer?

0 Answers  


What do you mean by call by value and call by reference?

1 Answers  


What is vector string in c++?

0 Answers  


What is buffering in c++?

0 Answers  


What does scope resolution operator do?

0 Answers  






class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;

4 Answers   Manhattan,


What is fixed in c++?

0 Answers  


What is the difference between delegation and implemented-in-terms-of?

0 Answers  


What is data abstraction? How is it different from data encapsulation?

0 Answers  


Can you declare an array without a size in c++?

0 Answers  


What is data hiding c++?

0 Answers  


What is a "Copy Constructor"?

2 Answers  


Categories