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
Advantage and disadvantage of routing in telecom sector
What does I oop mean?
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.
Are polymorphisms mutations?
Can we create object of abstract class?
What is coupling in oops?
Why multiple inheritance is not possible?
Why interface is used?
What is the significance of classes in oop?
What is class in oop with example?
Why is oop better than procedural?
What is abstraction with example?
Is abstract thinking intelligence?
Why multiple inheritance is not allowed?
What is stream in oop?