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

Answer Posted / supriya basak

Normal variable is a variable which can hold a value as like
eg. int,float or char,it may be signed or unsigned and take
different memory space as per as their data type.But the
pointer variable is a variable which hold the address of a
another variable,and it is obviously unsigned and take
always 2 byte in memory space.

Is This Answer Correct ?    88 Yes 23 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is table lookup in c?

619


What is the main difference between calloc () and malloc ()?

564


cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration

626


Difference between Shallow copy and Deep copy?

1562


What are different types of variables in c?

562






How can I implement sets or arrays of bits?

596


What is the purpose of sprintf() function?

590


What are the 5 types of inheritance in c ++?

570


What is the difference between int main and void main in c?

585


what do the 'c' and 'v' in argc and argv stand for?

636


how do you programme Carrier Sense Multiple Access

1510


What is the usage of the pointer in c?

596


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

3132


How do we make a global variable accessible across files? Explain the extern keyword?

1412


What is the purpose of void pointer?

589