Question: 6. The following program produces a compile error. int main() { char myLetter a; return 0; } A. True B. False
6. The following program produces a compile error. int main() { char myLetter "a"; return 0; } A. True B. False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
