what is the difference between normal variables and pointer
variables..............

Answer Posted / rafiya

Variable is a name given to the memory location of the specified data type.
Pointers are the variables which are capable of storing another variable's address.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate call by value and call by reference?

567


What are the types of macro formats?

606


What is the general form of a C program?

596


How can you increase the size of a dynamically allocated array?

641


What is sizeof array?

613






How arrays can be passed to a user defined function

579


what is the basis for selection of arrays or pointers as data structure in a program

3788


What is static volatile in c?

574


What do you understand by friend-functions? How are they used?

645


Write a program to swap two numbers without using the third variable?

597


Explain what are the advantages and disadvantages of a heap?

597


What is volatile variable in c?

658


ATM machine and railway reservation class/object diagram

4805


main() { printf("hello"); fork(); }

697


There seem to be a few missing operators ..

617