30.3k views
3 votes
Which of the following could be used to replace /* SomeType1 */ and /* SomeType2 */ so that the code segment will compile without error?

/* SomeType1 */ /* SomeType2 */
I. First Third
II. Second Second
III. Third Third
I only
I only
A
II only
II only
B
III only
III only
C
I and II
I and II
D
II and III

User Cyanfish
by
8.7k points

1 Answer

3 votes

Answer: Based on the given information, it is difficult to determine what data type would be appropriate to replace /* SomeType1 */ and /* SomeType2 */. The options provided (I, II, III) do not provide any information about what the data types represent or how they are being used in the code segment. Therefore, none of the options (A, B, C, D) are correct.

To provide a correct answer, we would need more information about the code segment and the context in which it is being used.

User Dylrei
by
8.8k points