While surfing through the web, I encounter this wonderful website
codepad.org, that can be used to compile/interpret and share code snippets online. A number of language/script option is available which can be used to compile your code online.I started with writing a simple Hello World C program.#include main() { printf("Hello World"); }...