lf S is an array of 80 characters, then the value assigned to S throug

Loading

โœช Choose the correct option.

lf S is an array of 80 characters, then the value assigned to S through the statement scanf(“%s” ,S) with input 12345 would be

A. “12345”
B. nothing since 12345 is an integer
C. S is an illegal name for a string
D. %s can not be used for reading in values of S.

Leave a Comment