what is the difference between normal variables and pointer
variables..............
Answer Posted / vignesh1988i
NORMAL VARIABLES POINTER VARIABLES
it holds a data it holds the address
of variable
another data when we
we make it to point
it can be directly referred data can be referred as *
by it's variable name
normal variables don't have data it has full data security
security
thank u
| Is This Answer Correct ? | 37 Yes | 13 No |
Post New Answer View All Answers
Write a program to print fibonacci series using recursion?
Who is the main contributor in designing the c language after dennis ritchie?
int i=10; printf("%d %d %d", i, i=20, i);
What are loops in c?
Differentiate between the = symbol and == symbol?
Is using exit() the same as using return?
Why is c used in embedded systems?
What is data types?
simple program of graphics and their output display
What is sizeof array?
How many keywords are there in c?
What is meant by realloc()?
Explain what header files do I need in order to define the standard library functions I use?
what do the 'c' and 'v' in argc and argv stand for?
What is function pointer c?