Coppy chuổi nguồn vào chuổi đích

#include<iostream> using namespace std; #include<math.h> #include<string.h> int main () { char a[4],b[8]; cout<<"nhap chuoi nguon:"; getch(a); strcpy(b,a); cout<<"chuoi dich";puts(b); gets(b); return 0; }

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.