The type of variable a pointer points to must be the part of
pointer's definition so that:
Answer Posted / 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 |
Post New Answer View All Answers
What is pointer in oop?
What are the data types in oop?
What is data binding in oops?
How is class defined?
What are classes oop?
What is the diamond problem in inheritance?
Get me an image implementation program.
What is encapsulation process?
What is object in oop?
How do you answer polymorphism?
What is inheritance write a program to show use of inheritance?
What is difference between multiple inheritance and multilevel inheritance?
What is the point of oop?
What are the two different types of polymorphism?
Can private class be inherited?