What is 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

Explain differences between new() and delete()?

0 Answers  


How do you declare a set in c++?

0 Answers  


How do you define/declare constants in c++?

0 Answers  


Write is a binary search tree? Write an algo and tell complexity?

0 Answers   Axtria,


What are virtual functions and what is its use?

1 Answers  






What is object in c++ example?

0 Answers  


How new/delete differs from malloc()/free?

0 Answers  


What is function overriding?

1 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 is buffer and example?

0 Answers  


What are inline functions?

2 Answers   Fidelity, Verizon,


How should a contructor handle a failure?

0 Answers  


Categories