মূল বিষয়বস্তুতে যান
প
প্রশ্ন করি
খুঁজুন
⌘K
নবম-দশম
একাদশ-দ্বাদশ
মডেল টেস্ট
লিডারবোর্ড
ড্যাশবোর্ড
সাইন ইন
হোম
›
একাদশ-দ্বাদশ শ্রেণি
›
English Version
›
Information and Communication Technology
›
C-05 — Programming Language
›
C-05-Q116
C-05-Q116
medium
single_mcq
The statement i = i + 1 can be written in short form as —
a
i++
b
i--
c
i+
d
++i--
K
পূর্ববর্তী
C-05-Q115
116
/
166
J
পরবর্তী
C-05-Q117
এই অধ্যায়ের আরও প্রশ্ন
C-05-Q117
The statement a = a + b can be written in short form as —
C-05-Q118
The special data structure used to keep more than one variable of the same type is called an —
C-05-Q119
In C, an array index starts from —
C-05-Q120
If an array has n elements, the highest index is —
C-05-Q121
For the array int marks[] = {87, 82, 76, 85, 88}; what is the value of marks[2]?
C-05-Q122
In C, the // symbol is used for a —
C-05-Q123
In C, text written between / and / is a —
C-05-Q124
An array of characters is also known as a —
C-05-Q125
The last character of a string is always a —
C-05-Q126
A string declared as name[80] can hold how many characters?
C-05 — Programming Language — সব প্রশ্ন দেখুন (166টি) →