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

Pls...could any one tell me that whether we can access the public data memeber of a class from another class with in the same program. Awaiting for your response Thanku

4 Answers  


What is pointer in oop?

0 Answers  


write a program to print * * * * * *

2 Answers  


Why and when is a virtual destructor needed?

5 Answers  


How do you make derived class as an abstract class?

1 Answers   Convergys, TCS,






which is best institute to learn c,c++ in ameerpet hyderabad

1 Answers  


What is a scope resolution operator?

5 Answers   HP, IBS,


Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)

4 Answers  


How would you stop a class from class from being derived or inherited.

18 Answers   Ness Technologies,


what is oops

4 Answers   NIIT,


What is the difference between and interface and an abstract class ?

4 Answers   IBM, Infosys, Ness Technologies,


to remove the repeated numbers from the given . i.e.., if the input is 12233 output should of 123

2 Answers  


Categories