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 generate random numbers in c?
main() { printf("hello"); fork(); }
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is getch () for?
How can I prevent another program from modifying part of a file that I am modifying?
What is the difference between text and binary modes?
how we can make 3d venturing graphics on outer interface
Explain function?
Write programs for String Reversal & Palindrome check
What are the types of type specifiers?
What are the 5 data types?
What do you mean by scope of a variable in c?
What are the scope of static variables?
What are reserved words with a programming language?
What are actual arguments?