a class that maintains a pointer to an object that is
programatically accessible through the public interface is
known as?
Answers were Sorted based on User's Feedback
Answer / venkataramakrishna. danduri
It is nothing but a Smart pointer.
| Is This Answer Correct ? | 1 Yes | 0 No |
How many static variables are created if you put one static member into a template class definition?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
Which of the following is evaluated first: a) && b) || c) !
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
Why is c++ still best?
What is namespace std; and what is consists of?
Problem 6: Area of a trapezoid can be calculated by the following formula: A=(b1 b2)×h2 where b1 and b2 are the parallel sides or the bases and h is length of height Write a C code of this program
Explain register storage specifier.
How are Structure passing and returning implemented by the compiler?
What are c++ redistributables?
What are separators in c++?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101