#include #include #include using namespace std; int main(){ // comment can be writen starting with "//" int i; char c1[16]="Hello "; char c2[16]="World!"; char c3[16]; char c4[64]; cout <