Skip to content

thrishul26/CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

CPP

Frequently Used Codes & Concepts

Take Input

use cin.getline(a,1000) to take char a[1000] as input

Find Length

use strlen(a)

Copy Char Arrays

a,b be two char arrays,then

a can be copied by algo strcpy(b,a)

About

Frequently Used Codes & Concepts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages