Here is an infix notation: ((A+B)*C-(D-E))^(F+G) Choose the correct postfix notation of the above from the given options ? Answer : B. AB+C*DE–FG+^ View Answer
What is the time complexity of adding three matrices of size NXN cell-by-cell ? Answer : B. O(N2) View Answer
Data and function in which area of a class are directly accessible outside the class ? Answer : A. Public View Answer
One of the following options is a form of access used to add and remove nodes from a queue ? Answer : B. FIFO View Answer