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

How many different levels of pointers are there?

0 Answers   Genpact,


What is c++ programming language?

0 Answers  


write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;

0 Answers  


What is Namespace?

5 Answers   HCL, Samsung,


What is a buffer c++?

0 Answers  






What is decltype c++?

0 Answers  


If I is an integer variable, which is faster ++i or i++?

0 Answers  


Which bit wise operator is suitable for putting on a particular bit in a number?

0 Answers  


What is the difference between the functions rand(), random(), srand() and randomize()?

0 Answers  


What is the difference between operator new and the new operator?

3 Answers   Amazon, TCS, Wipro,


Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

0 Answers  


What is binary search in c++?

0 Answers  


Categories