# 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("");
}
Friday, 13 January 2012
CPP
0 Response to "contoh 5"
Post a Comment