

McqMate
Q. |
What arithmetic operators cannot be used with strings? |
A. | + |
B. | * |
C. | – |
D. | all of the mentioned |
Answer» C. – | |
Explanation: + is used to concatenate and * is used to multiply strings. |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet