Skip to content

JalalSayed1/strindex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

strindex

strindex to find pattern in string s. Section 4.1 of The C Programming Language.

About the project:

  • strindex.c will find the first occurrence of the substring searchfor.
  • strindex_lastoccurrence.c will find the last occurrence of the substring searchfor.

What did I learn from it:

  • Using functions in C.
  • Using Strings and string format in C.
  • Defining integer constants in C.

About

strindex to find pattern in string s. Section 4.1 of The C Programming Language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages