In C++ you can create aliases to a defined data type by using the O typedef O us
ID: 3576102 • Letter: I
Question
In C++ you can create aliases to a defined data type by using the O typedef O using O namespace O alias D Question 22 1 pts The following array array int list 215][61161 is a -dimensional array. O 2 O 3 O 4 D Question 23 1 pts Which of the following statements is used to simplify the accessing of all namespace members O using globalType: O using namespace globalType:al; O using namespace globalType: D Question 24 1 pts The (for I j loop is considered to be for loop in relation to the for 0 1:i 5: i++) loop. O insider O internal O nested O compoundedExplanation / Answer
21] typedef
22] 4
Explanation : [] represents a dimension
23] using namespace globalType;
24] nested
Explanation : loop in a loop is known as nested loop