What is the use of 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

write the prime no program in c++?

16 Answers  


What is the difference between new() and malloc()?

0 Answers  


5. Can inline functions have a recursion?

4 Answers  


Is it possible to use a new for the reallocation of pointers ?

0 Answers  


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

2 Answers  






Enter n no. of element and delete value from desire position

1 Answers  


What is data type in c++?

0 Answers  


Differentiate between an inspector and a mutator ?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;

0 Answers  


What does it mean to declare a member function as static?

0 Answers  


What are the extraction and insertion operators in c++?

0 Answers  


How many pointers are required to reverse a link list?

5 Answers   CTS,


Categories