Advertisement

Pointers In C Language Part-10 | Using Pointers In C Programming | By L N Reddy B | Wisdom Jobs

Pointers In C Language Part-10 | Using Pointers In C Programming |  By L N Reddy B | Wisdom Jobs #pointers #C_Language #C_Programming #Programming #ANSI #Learn_C_Programming
#Programming_Language #Jobs #WisdomJobs #Careers

Pointers In C Language & Using Pointers In C Programming : Pointers in C language is a variable that stores/points the address of another variable. A Pointer in C is used to allocate memory dynamically i.e. at run time. The pointer variable might be belonging to any of the data type such as int, float, char, double, short etc.
If we declare a variable v of type int, v will actually store a value.
int v=0;
v is equal to zero now.
However, each variable, apart from value, also has its address (or, simply put, where it is located in the memory). The address can be retrieved by putting an ampersand (&) before the variable name.

Thanks for watching

pointers,pointers in c,pointers in c language,pointers in c programming,using pointers in c,programming in c,programming language,learn c programming,learn c language,Learn Programming,Programming,ANSI,c programming Language,c programming tutorial,c course,beginners,c programming basics,tutorial,c language,Wisdom Jobs,WisdomJobs,Interview Questions and Answers,Job Notifications,Interview Questions,

Post a Comment

0 Comments