Answer Posted / umashankar mishra
pointer is a variable which is used to store the adress of
another variable
syntax:
int *ptr
* symbole is used to defined the pointer
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is overriding in oops?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
How does polymorphism work?
What is abstraction example?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Why it is called runtime polymorphism?
hi all..i want to know oops concepts clearly can any1 explain??
What does and I oop mean?
How long to learn object oriented programming?
How can you overcome the diamond problem in inheritance?
Give two or more real cenario of virtual function and vertual object
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is difference between data abstraction and encapsulation?
What is difference between abstraction and encapsulation?