C Programming MCQ-2
C Programming MCQ Multiple Choice Questions and Answers 1. Which of the following is a logical operator? (A) && (B) != (C) | (D) All of the above Show Answer Answer : A Explanation : In C programming three logical operators i.e. Logical AND(&&), OR(||) and NOT(!). 2. Which one of the following is a …