what is the difference between normal variables and pointer
variables..............
Answer Posted / abdinadir mohamed abdulle
"Pointer variable holds memory address or physical address
of any variable value means it indirectly points any
vaiable,we can perform all operations +,*,-,and / through
it but normal variable directly points vaiable value"
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What are variables c?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
Where we use clrscr in c?
Do you have any idea how to compare array with pointer in c?
Are local variables initialized to zero by default in c?
Explain how can you determine the size of an allocated portion of memory?
How many levels of indirection in pointers can you have in a single declaration?
When the macros gets expanded?
In which header file is the null macro defined?
Explain how can I convert a string to a number?
Why is c so powerful?
If errno contains a nonzero number, is there an error?
How can I write a function analogous to scanf?
How can I generate floating-point random numbers?
What is null pointer constant?