switch statement have only _______ argument.
Answers
Answered by
1
Answer: one argument
Explanation:
one argument
Example:
switch(c)
{
case 'a' :
case 'b' :
}
here c = a or c = b
Similar questions