#include<stdio.h>main(){ char ByModifyingThis[]="What happened?"; char printThis[]="You won!"; // your space printf("%s",ByModifyingThis);}
No comments:
Post a Comment