#include "stdio.h" #include "string.h" int main(void) { char str[10]; strcpy(str, "aaaaaaaaaaaaaaaaaaaaaaaa"); return (0); }