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 definition of incapsulation
What are functions in oop?
What is oops with example?
What makes a language oop?
Which language is not a true object oriented programming language?
what is opps?why it is use in programming language?
1. Define a class.
What is polymorphism programming?
what does exactly the linker do?
what is overloading and overriding?
Why is destructor used?
What is constructor overloading in oop?