What will be printed after running the following program?
Screen Shot 2019-01-11 at 3.26.31 PM.png
A - 1 , 0
B - 1, 3
C - 1, 1
D - 1, 2
What is the name of this commonly known function?
Screen Shot 2019-01-11 at 5.13.47 PM.jpg
A - QuickSort
B - BubbleSort
C - HeapSort
D - MergeSort
Consider the following function and select the correct answer
Screen Shot 2019-01-11 at 5.15.31 PM.jpg
A - It will concatenate the inverted version of the input strings
B - It will invert the merged version of the input strings
C - It will invert the concatenated version of the input strings
D - It will merge the inverted version of the input strings