Berlangganan

About Me


contoh 5

# include <iostream.h>
# include <string.h>
void main ()
{
    cout<<strlen("Selamat Pagi.\n")<<endl;
    cout<<strlen("Selamat Pagi.")<<endl;
    cout<<strlen("Selamat")<<endl;
    cout<<strlen("s")<<endl;
    cout<<strlen("");
}

0 Response to "contoh 5"

Post a Comment