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 are the components of marker interface?
what are the ways in which a constructors can be called?
What are oops methods?
What is debug class?what is trace class? What differences are between them? With examples.
Why is oop better than procedural?
How oops is better than procedural?
Give two or more real cenario of virtual function and vertual object
What is this pointer in oop?
What is property in oops?
What is the purpose of polymorphism?
Why we use classes in oop?
What are functions in oop?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is super in oop?
What is solid in oops?