all about pointers
Answers were Sorted based on User's Feedback
Answer / 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 |
What is abstraction in oops with example?
what is the 3 types of system development life cycle
what is the difference between class to class type conversion and copy constructor ?
What is the main difference between C++ and Java
The type of variable a pointer points to must be the part of pointer's definition so that:
What is the purpose of enum?
c++ program to swap the objects of two different classes
What are main features of oop?
what is multithreading in c++ , what is difference between multithreading and singlethreading.
define oops with class and object
what is overloading and overriding?
What is Agile methodology?
20 Answers ABC, Accenture, College School Exams Tests, Inmar, Microsoft, Sapient,