Skip to content

Practicing C simple but logical problems

code-with-srj/C-Practice-File

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-Practice-File

Practicing C simple but logical programs.

Pointer
*ptr++ - Increment the pointer not value
++*ptr - Increment the value not pointer
%u - It is used to print address of the value

About

Practicing C simple but logical problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages