CHALLENGE ACTIVITY 3.14.1: String library functions. Assign the size of userinput to stringsize. Ex: if userinput is "Hello", output is: Size of user Input: 5 1 test passed 372454.2108722.q33zqy7 1 #include 2 #include 3 4 int main(void) { 5 char userInput[50]; 6 int stringSize; 7 scanf("%s", user Input); All tests 00 8 9 printf("Size of user Input: %d\n", stringSize); 10 11 12 13 14 15 } 년들 return 0; Run