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 polymorphism what is it for and how is it used?
What is encapsulation selenium?
What is the difference between encapsulation and polymorphism?
#include
Why is polymorphism needed?
What do you mean by overloading?
What are main features of oop?
What is coupling in oop?
What is overloading and its types?
What are the important components of cohesion?
Can a varargs method be overloaded?
Can an interface inherit a class?
Where is pseudocode used?
What is interface in oop?
What is difference between abstraction and encapsulation?