Hello World in C



  1. PROGRAMME:-
    __________________________________________________________________________________________________________________________________
    #include (less than) stdio.h (greater than) // Header Files
    #include (less than) conio.h (less than) // Header Files
    void main(){ 
    printf("Hello World"); // print statement
    getch(); 

Comments

Popular posts from this blog

How to View Map on Terminal Of KALI LINUX

KATANA FRAMEWORK in KALI LINUX (Penetration Testing script)