Login
Remember
Register
Ask a Question
Which format specifier is used for string data type?
0
votes
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
Which format specifier is used for string data type?
a) %v
b) %d
c) %s
d) %#v
semantics
syntax
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 13, 2022
by
john ganales
c) %s
...