Rabu, 10 Maret 2021

Prakerja (newvideo.course-net.com) - Sintaks & Input Output Variable - 1.2 Output Variabel

 /******************************************************************************

    https://www.onlinegdb.com/online_c++_compiler

                              Online C++ Compiler.

               Code, Compile, Run and Debug C++ program online.

Write your code in this editor and press "Run" button to compile and execute it.


*******************************************************************************/

// Dev C++

#include <stdio.h>


int main()

{

    // cara komentar : di blok terus ctrl + /

    // char nama[50];

    // nama = "indra wulida"; //string copy

    

    char nama[50] = "indra wulida";

    

    printf("nama saya adalah %s", nama);

    

    

    return 0;

}


Tidak ada komentar:

Posting Komentar