أكواد وبرامج جاهزة بلغة ++C #include <iostream.h> #include <conio.h> void main () cout << “Hello”; getch (); }