#include char s1[4]; main(int argc, char **argv) { char s2[4]; s2 = "Jim"; s2 = s1; }