Question: 5. The value 132.54 cas be represented using which data type? a. double b. void c. int d. bool 6. The keyword used inside a
5. The value 132.54 cas be represented using which data type? a. double b. void c. int d. bool 6. The keyword used inside a loop to return to the beginning of the loop is a. exit b. goto c. continue d. return 7. Which of the following conment syntax is correct to create a single-line comment in the CH+ program? a. //Comment b. Comment/ c. Commentil d. None of the above 8. Which if statement below is similar to the following C++ code? switch (ch) ( case "a": case ' A ': coutss"true" c(cha ' EAch+A) couta2ch 'A A) coutx initially contains the value 3 , which of the following scts x to 7? a. x++4; b. x+4; c. x=+4; d. x+4=x; 11. A function prototype can always be omitted when: a. A function is defined before it is first invoked. b. A function is invoked before it is first defined. c. A function takes no arguments. d. A function does not return a value
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
