The type of variable a pointer points to must be the part of
pointer's definition so that:



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

Post New Answer

More OOPS Interview Questions

What is protected in oop?

0 Answers  


Write A Program using Single and Multiple Inheritance.

1 Answers  


What is the difference between abstraction and polymorphism?

0 Answers  


what is the drawback of classical methods in oops?

0 Answers  


why oops need in programming

7 Answers   TCS,






Which language is pure oop?

0 Answers  


Round up a Decimal number in c++.. example Note = 3.5 is as 4 3.3 is as 3

3 Answers   Accenture, Cognizant, IBM,


What is the important feature of inheritance?

0 Answers   BPL,


How to execute business logic for only once ..?even though user clicks submit button multiple times by mistake..? (i disabled JavaScript)

1 Answers  


Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

0 Answers  


what is difference b/w object based and object oriented programming language?

18 Answers   Chaitanya, College School Exams Tests, Educomp, IBM, Infosys, Telko,


What is difference between class and object with example?

0 Answers  


Categories