Sunday, December 6, 2009

Programming Challenge #2

If you can solve 1, you can solve 2

#include<stdio.h>
main(){
char ByModifyingThis[]="What happened?";
char printThis[]="You won!";

// your space

printf("%s",ByModifyingThis);
}

No comments:

Post a Comment

Followers