মূল বিষয়বস্তুতে যান
প
প্রশ্ন করি
খুঁজুন
⌘K
নবম-দশম
একাদশ-দ্বাদশ
মডেল টেস্ট
লিডারবোর্ড
ড্যাশবোর্ড
সাইন ইন
হোম
›
একাদশ-দ্বাদশ শ্রেণি
›
English Version
›
Information and Communication Technology
›
C-05 — Programming Language
›
C-05-Q094
C-05-Q094
medium
single_mcq
The modulus operator (%) gives the —
a
remainder
b
quotient
c
product
d
sum
K
পূর্ববর্তী
C-05-Q093
94
/
166
J
পরবর্তী
C-05-Q095
এই অধ্যায়ের আরও প্রশ্ন
C-05-Q095
A number a is divisible by another number b when —
C-05-Q096
How many kinds of logical operators does C have?
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 — Programming Language — সব প্রশ্ন দেখুন (166টি) →