C examples for Language Basics:Hello World
The following program block with a misspelled library name in the preprocessor directive?
#include <sdio.h> int main() { printf("Welcome to C Programming\n"); }