Answer Posted / ps
Pointers are variables which hold the address of other
variables.
int i = 10;
int *a = &i;
i = 20;
where a will store the address of variable i and *a will
have the value of i.
There are different types of pointers in C++:
Null pointers
Void pointers
Wild pointers
this pointers
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Are polymorphisms mutations?
What is methods in oop?
When not to use object oriented programming?
Is oop better than procedural?
What is the purpose of enum?
What are the types of abstraction?
What is object and class in oops?
Why is abstraction needed?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
given a set based questions and 5 questions based on it next data sufficiciency questions 2 and 2/3 english sentence completion with options very easy and 2 synononmys paragraph with 10 questions 10 minutes replace =,-,*,% with -,%,+,* type questions 5 3 questions lik following itssickhere itssickthere itssickhere istsickhere which is nt alike the others very easy
What is abstract class in oops?
What is basic concept of oop?
What is polymorphism and example?
What is a class and object?
what's the basic's in dot net