Computer Science, asked by Mannropargmailco, 10 months ago

What is the Format specifier
used to print a String or Character array
in C Printf or Scanf function.​

Answers

Answered by xXtraMadness
3

Answer:

The above mapping of data types and corresponding format specifiers is also applicable to scanf function. The %c format specifier is used to read a single character from the standard input, %s specifier allows to read a string with a whitespace character as terminating character (space, line feed, carriage return etc.)

brainliest me

Similar questions