Skip to content

Super basic Dynamically growing string array implementation using C.

Notifications You must be signed in to change notification settings

a0zhar/C-DynStringArray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

This C-code demonstrates a dynamically growing string array implementation in C, inspired by the push and pop operations commonly found in JavaScript. The program allows you to dynamically add strings to the array using the pushString function, which automatically resizes the array as needed to accommodate new elements.

About

Super basic Dynamically growing string array implementation using C.

Topics

Resources

Stars

Watchers

Forks

Languages