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
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
Is it possible to initialize a variable at the time it was declared?
Which are low level languages?
Explain how to reverse singly link list.
Why c is faster than c++?
Difference between strcpy() and memcpy() function?
what is uses of .net
shorting algorithmS
Can you please explain the scope of static variables?
Explain how do you declare an array that will hold more than 64kb of data?
What is 2 d array in c?
what is stack , heap ,code segment,and data segment
Is null valid for pointers to functions?
which is an algorithm for sorting in a growing Lexicographic order
What is meant by high-order and low-order bytes?