Why are pointers not used in c++?


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

Post New Answer

More C++ General Interview Questions

What is the use of endl in c++?

0 Answers  


What are the weaknesses of C++?

1 Answers  


What is constant in c++ with example?

0 Answers  


Find the second maximum in an array?

12 Answers   HCL,


Write about the various sections of the executable image?

0 Answers  


Is oops and c++ same?

0 Answers  


What is the meaning of string in c++?

0 Answers  


What is encapsulation in c++ with example?

0 Answers  


How is c++ used in the real world?

0 Answers  


What is an html tag?

0 Answers  


What is a down cast?

0 Answers  


Consider the following code fragment: int main(void) { int m = 4; mystery ( m ); mystery ( m ); printf("%d", m); return 0; } What is the output on the monitor if mystery is defined as follows ? void mystery (int m) { m = m+3; }

2 Answers   CDAC, Wipro,


Categories