Why the usage of pointers in C++ is not recommended ?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C++ program to sort digits of all the 4 digit number and display the sorted 4 digit number
what does the following statement mean? int (*a)[4]
What is difference c and c++?
There is a magic square matrix in such a way that sum of a column or a row are same like 3 5 2 4 3 3 3 2 5 sum of each column and row is 10. you have to check that matrix is magic matrix or not?
What is the rule of three?
What are the difference between reference variables and pointers in C++?
What is the difference between std::vector and std::list
what is data abstraction in C++?
What are the advantages of c++?
Is linux written in c or c++?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
What is volatile and pragma? When they are used?