২৬০২
What does the 'continue' statement do inside a loop?
উত্তর
skip the rest of the current iteration and move to the next
২৬০৫
OS System Calls performs the following basic operations on files:
উত্তর
Read, Write, Delete
২৬০৭
In an array-based implementation of a complete binary tree, what is the index of the left child of a node at index i (assuming zero-based indexing)?
উত্তর
2i + 1
২৬০৮
Which optimization technique is not used for eliminating redundant codes?
উত্তর
Constant folding