Computer Science, asked by prekshamali29, 3 months ago

C.
a.

C.
a.
a.
C Choose the correct option.
1. Which data type is used to store a whole number?
float
b. int
double
d. long double
2. Which of these is an invalid String constant?
"9"
b. "Hello"
9'
d.
3. In the switch statement, if the value does not match any case label, then
Statements after break are executed
b. Statements in the default case are executed
An error occurs
d. None of these
4. Which of the following is a conditional statement?
a. for
b. while
if
d. do...while
5. Which of these is not a valid initialization?
a. int a = 12; b. float b = 34.6 c. char a = 'A';
d. String S = 'Hello!';
C.
C.
ons​

Answers

Answered by nishi337
0

Answer:

???????????????????

Explanation:

plz mark me as brainlest

Similar questions