Skip to content

xfry/printf2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

printf2

Printf format string refers to a control parameter used by a class of functions in the input/output libraries of C.

Format placeholder specification

Formatting takes place via placeholders within the format string. For example, if a program wanted to print out a person's age, it could present the output by prefixing it with "Your age is ". To denote that we want the integer for the age to be shown immediately after that message, we may use the format string:

$ printf("Your age is %d", age);

About

A demo repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages