"_printf()" is a minimal version of the maiin "printf()" function present in the C standard library and sends formatted output to the standard output(stdout)
The function formats strings using
- %s
Integers
- %i
- %d
Characters
- %c
This program was developed by Barine Desire and Shuaib Mujahid