LEARN MATE Request book Contact us quizes Books Home
Hello world
To get started with writing C language, open the Turboc++ and write your first "Hello world" C code: #include int main() { printf("Hello World!"); return 0; } Select the code in the pad and hit Ctrl+f9 to watch it unfold in your browser!