Have questions? Drop a comment below. I, Akki, will personally help you out. Last updated: October 2024 | Tested on Windows 10 Pro (22H2)
#include <stdio.h> #include <conio.h> // Required for getch() void main() clrscr(); // Clears screen (Turbo C specific) printf("Hello, Windows 10! - By Akki"); getch(); // Waits for a key press
Hello, fellow coders! here.
Have questions? Drop a comment below. I, Akki, will personally help you out. Last updated: October 2024 | Tested on Windows 10 Pro (22H2)
#include <stdio.h> #include <conio.h> // Required for getch() void main() clrscr(); // Clears screen (Turbo C specific) printf("Hello, Windows 10! - By Akki"); getch(); // Waits for a key press download turbo c for windows 10 by akki
Hello, fellow coders! here.