Computer Science, asked by kapasrikanth0987, 1 month ago

If S is an array of 80 characters, then the value assigned to S through the statement scanf("%s".S) with
input 12345 would be​

Answers

Answered by sarojrahar222
0

Answer:

"12345"

nothing since 12345 is an integer S is an illegal

name for string

%s cannot be used for reading in value of S

Similar questions