Question
Mahatma Gandhi started the Salt Marchon 12March 1930
from:Solution
Mahatma Gandhi started the Salt March, also known as the Dandi March, on March 12, 1930, from Sabarmati Ashram in Ahmedabad, Gujarat. The march was a non-violent protest against the British monopoly on salt production and sales. It covered a distance of about 240 miles (385 kilometers) to the coastal village of Dandi, where Gandhi broke the salt laws by making salt from seawater. This act was a significant part of the Indian independence movement and helped to mobilize a wide swath of Indian society against British colonial rule.
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?