Mencoba strcpy
#include <iostream>
#include <string.h>
#include <conio.h>
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
using namespace std;
main(){
char pas[20] = "ALGORITMA";
char cop[20];
strcpy(cop, pas);
cout<<cop;
}
C++
sumber http://elpituyogi.blogspot.co.id/2016/04/tugas-diktat-bab-7-kasus-68.html
Mencoba strcpy (TUGAS DIKTAT BAB 7 KASUS 6.8)
Mencoba strcpy (TUGAS DIKTAT BAB 7 KASUS 6.8)
okleq
5.0
stars based on
35
reviews
Mencoba strcpy #include <iostream> #include <string.h> #include <conio.h> /* run this program using the console pauser o...
Subscribe to:
Post Comments (Atom)
Popular Posts
-
konversi jam ke detik C++ (kasus 5 bab 3 diktat alpro) #include <iostream> /* run this program using the console pauser or add you...
-
Fungsi rekursif C++ pengertian fungsi rekursif Fungsi rekursif adalah function yang memanggil dirinya sendiri secara langsung maupun...
-
Konversi Detik ke jam, menit, Detik C++ (kasus 4 bab 3 diktat alpro) #include <iostream> using namespace std; int main(){ int s,j...
-
menghitung selisih waktu C++ (kasus 6 bab 3 diktat alpro) #include <iostream> #include <conio.h> using namespace std; //me...
-
Fungsi dan Parameter Halo guys , gimana kabar nya pada kesempatan kali ini kita akan belajar tentang fungsi dan parameter pada c++. Ini m...
EmoticonEmoticon