what is the difference between normal variables and pointer
variables..............
Answer Posted / naga raju
a pointer is nothing more than an address, and a pointer variable is just a variable that can store an address.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How reliable are floating-point comparisons?
What is oops c?
Explain two-dimensional array.
What is null pointer in c?
What are the different types of control structures?
How can you find the day of the week given the date?
Explain what are preprocessor directives?
What is signed and unsigned?
What is the difference between array_name and &array_name?
What does typeof return in c?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
define string ?
How can I change their mode to binary?
The statement, int(*x[]) () what does in indicate?
What is difference between && and & in c?