T
Tusher Academy
Menu
Home একাডেমি ভর্তি পরীক্ষা চাকরি পরীক্ষা ব্লগ প্যাকেজ যোগাযোগ
Quick actions
Login Register
অনুসন্ধান করুন
তথ্য প্রযুক্তি
বিষয়ভিত্তিক
৩৩৬১

Which of the following options is suitable, if A is '10110110'. B is '11100000' and C is '10100000'?

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
C = A and B
৩৩৬২

If determinant of a matrix A is Zero than :

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
A is a Singular matrix
৩৩৬৩

The complexity of Binary search algorithm is -

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
O(log n)
৩৩৬৪

A nonstandard HTML extension that causes scrolling text to appear as part of a Web page is :

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
marquce
৩৩৬৫

Object being passed to a copy constructor ____

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
Must be passed by value
৩৩৬৬

Why do we need to handle exceptions?

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
To prevent abnormal termination of program
৩৩৬৭

If same message is passed to objects of several different classes and all of those can respond in a different way, what is this feature called?

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
Polymorphism
৩৩৬৮

Does constructor overloading include different return types for constructors to be overloaded?

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
No, constructors doesn't have any return type
৩৩৬৯

2019 is Binary :

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
0000011111100011
৩৩৭০

An array contains the following letters. Color = {E, L, E, C, T, I, O, N} The value of the variable, E = 3, Color [E] points to which value?

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
C