what is the difference between normal variables and pointer
variables..............
Answer Posted / guest
normal variables carry the specified data where as the
pointer variable carried the address of the specified data,,,,,
eg: if we give int x =10; ptr p=*x;here x is the normal
variable carries 10 and pointer variable is p which carried
address of the integer variable x.
| Is This Answer Correct ? | 215 Yes | 31 No |
Post New Answer View All Answers
Can you please explain the scope of static variables?
What is difference between Structure and Unions?
When should a type cast not be used?
What is time null in c?
Explain what is the difference between null and nul?
Why is it that not all header files are declared in every C program?
What oops means?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
Can we use any name in place of argv and argc as command line arguments?
What are different types of operators?
Write a Program to accept different goods with the number, price and date of purchase and display them
What is calloc in c?
can any one tel me wt is the question pattern for NIC exam
What is infinite loop?
What does #pragma once mean?