This project simulates and implements the famous C programmng language function PRINTF. it covers the following
- Argument Handling
- How to use va_start, va_arg and va_end macros
- Processing Format Specifiers
- Understanding format specifiers like %d, %s, %c, etc
- Converting and Formatting
- Output Generation
- Error Handling
- Handling special format specifiers like %% and %n>
- Memory Management>
- Testing and Debugging