1/23
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.

01010

13.00 and 14.00



ba


Which loop is specifically designed to initialize, test, and increment a counter variable?
Which of the following is NOT a correct way to initialize an array?



1 3


05 14 23

Which of the following statement is true about the statement below?
int score [5] = {83, 92, 78, 94, 71};
What type of operators are the following? > < >= <= == !=

Bye

If num is a variable of type int and temp is a variable of type double, how could you correctly complete this function call?
scanf("%f%d", _________);
&temp,&num