#include #include #include #include using namespace std; int main(){ int i; char fout[16]="test.out"; char c1[16]="Hello World!"; ofstream ofs(fout); ofs << c1<