Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 273 Bytes

wrongPrintfScanfArgNum.md

File metadata and controls

11 lines (6 loc) · 273 Bytes

Pattern: Wrong number of arguments for printf()/scanf()

Issue: -

Description

printf()/scanf() format string was given wrong number of parameters.

Further Reading