Define pointers?
No Answer is Posted For this Question
Be the First to Post Answer
what is VOID?
program explaining feautures of c++
Which sort does c++ use?
If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];
What is the protected keyword used for?
Can c++ be faster than c?
Difference between linked list and array?
Can create new c++ operators?
What are virtual functions and what is its use?
Memory is not a constraint. In a single iteration(NOTE: you can't go back), how will you find out the 10th last node/item in a linked list.
16 Answers BNB, FDS, Goldman Sachs, Nagarro,
what is data encapsulation in C++?
In java a final class is a class that cannot be derived. How can you make a similar class in C++