মূল বিষয়বস্তুতে যান
প
প্রশ্ন করি
খুঁজুন
⌘K
নবম-দশম
একাদশ-দ্বাদশ
মডেল টেস্ট
লিডারবোর্ড
ড্যাশবোর্ড
সাইন ইন
হোম
›
একাদশ-দ্বাদশ শ্রেণি
›
English Version
›
Information and Communication Technology
›
C-05 — Programming Language
›
C-05-Q096
C-05-Q096
medium
single_mcq
How many kinds of logical operators does C have?
a
three
b
two
c
four
d
six
K
পূর্ববর্তী
C-05-Q095
96
/
166
J
পরবর্তী
C-05-Q097
এই অধ্যায়ের আরও প্রশ্ন
C-05-Q097
The three logical operators in C are —
C-05-Q098
For the && (and) operator, the whole expression is true when —
C-05-Q099
For the || (or) operator, the whole expression is false only when —
C-05-Q100
The ! (not) operator applied to a true condition results in —
C-05-Q101
If condition A is True and condition B is False, the value of A && B is —
C-05-Q102
If condition A is True and condition B is False, the value of A || B is —
C-05-Q103
To check whether an applicant's age is between 18 and 35 (inclusive), the correct condition is —
C-05-Q104
Which expression is equivalent to (age = 18 && age <= 35)?
C-05-Q105
In a FizzBuzz program, if the input number is divisible by both 3 and 5, the program prints —
C-05-Q106
Which loops are demonstrated in this book?
C-05 — Programming Language — সব প্রশ্ন দেখুন (166টি) →