1. Which of the following operators refers to logical AND? A. & B. || C. & D. && 2. Choose a FALSE complement's expressi
Posted: Wed Apr 27, 2022 3:09 pm
Urgent help please
1. Which of the following operators refers to logical AND? A. & B. || C. & D. && 2. Choose a FALSE complement's expression. A. 2<135 complement 2>=153 B. 5>3 complement 5<=3 C. a==l complement !(a==1) D. n==0) complement n!=0 3. What is the output of the following program? int main() { if (0) { cout<<"Kyochon"; } else { cout<<"Kfry"; } return 0; A. Kyochon B. Kfry C. Kyochon Kfry D. Error 4. Series of statements that are treated as a single statement can also be called as? A. Conditional statement B. Compound statement C. Arithmetic statement D. All of them 5. Choose a TRUE statement regarding switch statement. A. Can use continue but not break B. Cannot use continue but can use break C. Both continue and break can be used D. Neither continue nor break can be used
1. Which of the following operators refers to logical AND? A. & B. || C. & D. && 2. Choose a FALSE complement's expression. A. 2<135 complement 2>=153 B. 5>3 complement 5<=3 C. a==l complement !(a==1) D. n==0) complement n!=0 3. What is the output of the following program? int main() { if (0) { cout<<"Kyochon"; } else { cout<<"Kfry"; } return 0; A. Kyochon B. Kfry C. Kyochon Kfry D. Error 4. Series of statements that are treated as a single statement can also be called as? A. Conditional statement B. Compound statement C. Arithmetic statement D. All of them 5. Choose a TRUE statement regarding switch statement. A. Can use continue but not break B. Cannot use continue but can use break C. Both continue and break can be used D. Neither continue nor break can be used