How do pointers work?


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

Post New Answer

More C++ General Interview Questions

What is size of a object of following class? class Foo { public: void foo(){} }

2 Answers   CA,


What is one dimensional array in c++?

0 Answers  


What is a "Copy Constructor"?

2 Answers  


What is ios in c++?

0 Answers  


Is java based off c++?

0 Answers  






Why should we use null or zero in a program?

0 Answers  


differance between copy & clon

1 Answers   Microsoft,


Write a program in C++ for Fibonacci series

0 Answers   Axtria, ITC Indian Tobacco Company,


What return value must conversion operators have in their declaration?

0 Answers  


which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?

0 Answers  


Is it possible to write a c++ template to check for a function's existence?

0 Answers  


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

0 Answers  


Categories