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 |
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
What is pointer in oop?
write a program to print * * * * * *
Why and when is a virtual destructor needed?
How do you make derived class as an abstract class?
which is best institute to learn c,c++ in ameerpet hyderabad
What is a scope resolution operator?
Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)
How would you stop a class from class from being derived or inherited.
what is oops
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