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
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
When do we get logical errors?
What is the difference between if else and switchstatement
Explain setjmp()?
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
What are volatile variables in c?
What is void c?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Wt are the Buses in C Language
What does a function declared as pascal do differently?
What is bss in c?
What is the purpose of type declarations?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What is printf () in c?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)