Question: QUESTION 4 Consider this line of code: char *str = Alphabet soup; Match the following questions with their answers How many characters are in this

QUESTION 4 Consider this line of code: char *str = "Alphabet soup"; Match the following questions with their answers How many characters are in this string? A. sizeof A How many bytes are required to hold this string in memory? B. Global memory What function will tell us how many characters are in the string? C. 14 Where is this string stored in memory? D. Stack memory E. strlen F. 12 G. 100 H. strcpy 1. Heap memory J. 12
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
