what is the difference between normal variables and pointer
variables..............
Answer Posted / sasireka
normal variable contains tha value of variable either int
or float whereas pointer variable contains the address of
another variable
| Is This Answer Correct ? | 65 Yes | 32 No |
Post New Answer View All Answers
What is the use of define in c?
What are qualifiers in c?
Array is an lvalue or not?
What are linked lists in c?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
What is volatile keyword in c?
what is ur strangth & weekness
What is array in c with example?
What is break statement?
Are global variables static in c?
What does c mean in standard form?
Write a program to reverse a string.
difference between object file and executable file
Why c is a procedural language?
How can I trap or ignore keyboard interrupts like control-c?