1. “Void” is not a C type. You probably want “void”.
2. Neither “prinf” nor “print” are defined anywhere in your program. You probably want “printf”.
3. printf doesn't terminate its output with a...