Skip to content

muhammad-alamin1/pointer-in-c-and-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pointer in C & C++

  • A pointer is a variable that stores the memory address of another variable.
  • It allows to indirectly access & manipulate the data stored at that memory address.