Character Array

Q

What will be printed as the result of the operation below:

          main() {
              char s1[]="Cisco";
              char s2[]="systems";
              printf("%s",s1);
          }

✍: FYIcenter

A

Answer: Cisco

2007-02-26, 7849👍, 0💬