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

The operator that cannot be overloaded is

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
::
৩১৪২

Which of the following is the destructor for the class Vehicle?

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
~Vehical()
৩১৪৩

An n x n array v is defined as follows; v(i, j) = i - j for all i, j, 1 <= n, 1 < j < = n The sum of the elements of the array v is

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
0
৩১৪৪

The maximum number of binary trees that can be formed with three unlabeled node is:

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

What is the time complexity of Huffman Coding?

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

Which of the following TCP/IP addresses constitute the loopback address?

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

Which of the following operator functions cannot be global, i.e., must be a member function.

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
Conversation Operator
৩১৪৮

Which of the following is not an operator in Java?

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
sizeof
৩১৪৯

Find the output of the following Java code line: System out.println(must.floor(-7.4))

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

Which function overloads the >> operator?

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