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
Explain can you assign a different address to an array tag?
What is assert and when would I use it?
Why malloc is faster than calloc?
What are the features of the c language?
What are the parts of c program?
What is action and transformation in spark?
Is c# a good language?
What is atoi and atof in c?
What is the role of this pointer?
What is register variable in c language?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What does typeof return in c?
Write a C program to count the number of email on text
what does static variable mean?
What is the difference between far and near in c?