Skip to content

A collection of C programming exercises focused on mastering pointer arithmetic, array traversal, and memory management fundamentals.

Notifications You must be signed in to change notification settings

Sh4uryaa/Basic-Pointers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Pointers and Arrays

This repo contains beginner exercises on pointers and arrays in C

  • array_traversal.c → printing, sum, max of array elements
  • pointer_arithmetic.c → pointer arithmetic, *p, *(arr+i), p++
  • multby2.c → multiply each element by 2 using function
  • reverse_array.c → in-place reverse of array using two pointers

About

A collection of C programming exercises focused on mastering pointer arithmetic, array traversal, and memory management fundamentals.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages