৫৮০২
which of the following will produce an answer that is closest in value to a double , d. while not being greater than d?
উত্তর
(int)Math.Floor(d);
৫৮০৪
How many 'I's will be there in the binary representation of the following expression (assume 16 bit nubmber _ 12 + 64 + 128 + 256 + 1024 )
উত্তর
6
৫৮০৫
what type of reference should be used in vector arithmetic in C++ =?
উত্তর
both dynamic & const
৫৮০৮
which of the following statements is the negation of the statements '4 is odd or -9 is positive'?
উত্তর
4 is even and - 9 is negative
৫৮০৯
which of the following options suitable, if A is '10110110'. B is '1110000' and C is '10100000'?
উত্তর
C = A and B
৫৮১০
ক্যাড প্রোগ্রামিংয়ে এনটিটিগুলো সুনিপুন পরিচালনা ও স্বকার্যে ব্যবহারের মাধ্যমে অবজেক্ট তৈরি ও পরিবর্তন প্রক্রিয়াকে বলে-
উত্তর
ম্যানিপুলেশন