Explain what you mean by a pointer.


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

Post New Answer

More C++ General Interview Questions

You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so

1 Answers  


What is a reference in C++?

1 Answers  


Does c++ have foreach?

0 Answers  


What is this pointer in c++?

1 Answers  


What do you mean by persistent and non persistent objects?

1 Answers  






What is lambda expression c++?

0 Answers  


Write a code/algo to find the frequency of each element in an array?

0 Answers   Axtria,


How would perform Pattern Matching in C++?

0 Answers   Genpact,


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

0 Answers  


Why we use #include iostream in c++?

0 Answers  


Is set c++?

0 Answers  


What is the use of lambda in c++?

0 Answers  


Categories