Answer:
I know about .sb3, and it similar to .sb2
that might be your answer.
Explanation:
jpeg is for pictures and .exls is Microsoft's excel
extension.
"flat file"
A simple database program whose records have no relationship to one another<span>single</span>
Answer:
b
Explanation:
C and D have equivalent iterations
C: D:
99 990
90 900
81 810
72 720
63 630
54 540
45 450
36 360
27 270
18 180
9 90
Answer:
Following are the statement:
counterPointer = &counter;
Explanation:
The following statement is correct because in the question it is given that there is an integer data type variable i.e., "counter" and there is another integer data type pointer variable i.e., "counterPointer" and finally we write a statement in which the pointer variable points to the integer variable.