The type of variable a pointer points to must be the part of
pointer's definition so that:
Answer / karthiga
a)data types don't get mixed up when arithmetic is performed
on them
b)pointers can be added to one another to access structure
members
c)the compiler can perform arithmetic correctly to access
array elements
d)both a and c
| Is This Answer Correct ? | 12 Yes | 2 No |
What is the difference between abstraction and polymorphism?
what is pointers
What is encapsulation process?
what are the ways in which a constructors can be called?
what is object slicing
what is mean by design pattern
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
How do you define a class in oop?
write a c++ code to overload + and - for a stack class such that + provides push and - provides pop operation
1 Answers College School Exams Tests, HCL, IBM, TCS,
What is interface? When and where is it used?
WHAT IS THE DIFFERENCE BETWEEN OBJECT BASED & OBJECT ORIENTD PROGRAMMING LANGUAGE.(GIVE AT LIST 4 PIONT)