World's most popular travel blog for travel bloggers.

What is the pointer in C?

, , No Comments

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.

0 comments:

Post a Comment

Let us know your responses and feedback