Debug method - 1: PRINTF
Every C programmers must use printf function to print Hello World on PC command line console. This function is defined in <stdio.h> which is standard input output. The printf function is commonly used when the program runs on PC. However, it is not u...
hyunwoochoi.hashnode.dev3 min read