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 |
Advantage and disadvantage of routing in telecom sector
What is interface? When and where is it used?
what is costructor?
3. Differentiate verification and validation.
What are the two different types of polymorphism?
design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
Why do we need polymorphism in c#?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required
How do you answer polymorphism?
what are three tenets of object orinted Systems?Why they call like that ? Please answer me. Advance thanks.