Question: I) An object that allows us to use aliasing with a variable is called a: a. Variable b. Function c. Pointer d. Label 2) A
I) An object that allows us to use aliasing with a variable is called a: a. Variable b. Function c. Pointer d. Label 2) A logical OR operation is represented in C++ by: 3) Which of the following is a declaration of a three-dimensional array? a. int x[5][12] [2]; b. int y= 25; c. char *string; d. int grade(31% 4) How many elements will the 3D array from #3 contain? b. 19 c. 120 d. 50 5) Which of the following assigns the string "Programming" to a variable? a. stringw "Programming" b. stringX "Programming"; c. strcmp (stringY, "Programming"); d. strcpy(stringz, "Programming")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
