#include #include main () { char buf [10]; buf[0] ='b'; buf[1]='y'; buf[2]='\0'; buf[3]='e'; buf[4]='\0'; printf("%s\n" , buf); }