ALX TEAM PROJECT.
Project Name: printf
Summary of the Project: This project is strictly concerned with printf and its different applications in C programming.We were given different tasks that requires us making use of this function. In C programming, print() function is used to display the outputs or in otherwords, print the "character, string, float, integer, octal and hexadecimal values" onto the output screen. We can also use it with %d format specifier to display the value of an integer variable, %c to display character, %f for float variable, %s for string variable, and %x for hexadecimal variable.
Team Members: Ikem Ada (Ada Ada), Ibegbulem Chukwuma