what is the difference between normal variables and pointer
variables..............
Answer Posted / fatima javaid
"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 ? | 21 Yes | 5 No |
Post New Answer View All Answers
What are Macros? What are its advantages and disadvantages?
What is the difference between union and structure in c?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
What is mean by data types in c?
Tell us the use of fflush() function in c language?
What is wrong in this statement? scanf(ā%dā,whatnumber);
How can I remove the trailing spaces from a string?
What is the difference between text and binary modes?
Explain how can I convert a number to a string?
Where static variables are stored in memory in c?
What does sizeof return c?
Explain 'bit masking'?
What is the usage of the pointer in c?
What is structure of c program?
Explain heap and queue.