programplug Logo




C Pointers


A pointer is an object that stores the memory address of another value located in computer memory.A Pointer in C is used to allocate memory dynamically at run time.
(1) * is used to denote pointer variable.Pointer variable belonging to any of the data type such as int, float, char, double, short etc.
(2) Pointer are not allowed addition, multiplication, division.
(3) The size of any pointer is 2 byte.
(4) & symbol is used to get the address of the variable.

data_type *var_name
   
#include 
void main()
{
   int *p, q;
   q = 50;
   p = &q;
   printf("%d", *p);
}

Output
50






Our Services

Developing Cheapest Websites
Offer Digital Marketing
Provide College Projects
Attractive Website Developing
Summer Training,Industrial Training
SCO,SMO

Contact Us

Dehradun Uttarakhand India
www.programplug.com
info@programplug.com
00000000

Other Link

About Us

Contact Us

Disclaimer

Privacy Policy