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 static modifier?
What does <> mean pseudocode?
how can we design a magic square in c++?or suggest me the basic idea of it.
What is balance factor?
what is code for call by value and call by reference?
Write a program to get the binary tree.
What is the difference between the C & C++?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
How many human genes are polymorphic?
How can we use the preprocessor #if and #elseif.
what do you mean by static member variable?
what is function overloading..?