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 the significance of scope resolution operator?

865


Explain the use of fflush() function?

628


What do you mean by command line argument?

650


Difference between strcpy() and memcpy() function?

684


What are loops c?

618






Apart from dennis ritchie who the other person who contributed in design of c language.

817


Explain how do you view the path?

661


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

640


The difference between printf and fprintf is ?

720


What is typeof in c?

611


What is the concatenation operator?

614


Is malloc memset faster than calloc?

622


Can you please compare array with pointer?

619


What is this pointer in c plus plus?

600


What is wrong with this program statement? void = 10;

828