Skip to content

airCoder2/dynamic-string-allocation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

dynamic-string-allocation

This code takes arrays of strings (strings) as arguments and dynamically allocates the necessary memory.

Advantages:

  1. There is no predefined size of the string array. It initially allocated memory for one, then reallocates if needed.

Restrictions:

  1. The string should be only 10 - 1 characters long.
  2. The string should not contain any whitespaces.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages