Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 236 Bytes

6.41.md

File metadata and controls

5 lines (3 loc) · 236 Bytes

(a) init(); is illegal, must have at least one argument.

(b) init(24, 10); is legal.

(c) init(14, '*'); is legal, but unlikely to match the programer's intent. Because the character * will be promoted to int and match wd.