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 encapsulation in oop?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
explain the concepts of oops?
Is enum a class?
How to improve object oriented design skills?
what do you mean by static member variable?
Can abstract class have normal methods?
Why is abstraction used?
what is the definition of incapsulation
what is Class in oops with example?
What is protected in oop?
Give two or more real cenario of virtual function and vertual object