Question
'My Life As A Comrade' is the autobiography of whom
among the following?Solution
"My Life as a Comrade: The Story of an Extraordinary Politician and the World that Shaped Her". Journalist Manju Sara Rajan is the co-author of this book. The book tells the story of K K Shailaja's life, which began in a small settlement in Malabar, this eventually led him to a cabinet post in the Government of Kerala.
Output of below code
public class Prg {
public static void main(String args[]){
System.out.print("A" + "B" + 'A');
}
...The Master Theorem gives time complexity for recurrences of the form:
Which of the following is true for the time complexity of binary search?
Which is not true about minimum spanning tree?
Which sorting algorithm divides the array into halves recursively?
Which command is TCL command
Which of the following is substring of “IXAMBEE”?
Which data structure is used in BFS (Breadth-First Search)?
Which of the following is considered the strongest type of encryption method in modern cyber security practices?
In a binary search tree (BST), what is true about the left child of a node?