strcpy

 
#include <cstring> 
char str1[] = "hello world"; 
char str2[80]; 

strcpy( str2, str1);