Question: 1. Pick the odd one out. a. array type b. char type c. bool type d. int type 2. Which data type is used to
1. Pick the odd one out. a. array type b. char type c. bool type d. int type 2. Which data type is used to represent the absence of parameters for a function? a. int b. short c. void d. float 3. Which type is best suited to represent logic values? a. int b. bool c. char d. all of the mentioned 4. Which of the statements are true about the following line of code? intf(float); a. f is a function taking an argument of type int and returning a floating point number b. f is a function taking an argument of type float and returning an integer c. f is a function of type float d. none of the mentioned
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
