Question
Which state led the assessments in Phase 1 of the Khelo
India Rising Talent Identification (KIRTI) program?Solution
In Phase 1 of the Khelo India Rising Talent Identification (KIRTI) program, Maharashtra led the assessments with 9168 assessments conducted, followed by Haryana with 4820 assessments and Assam with 4703 assessments. This data indicates Maharashtra's active participation and leading role in the program aimed at identifying and nurturing sports talent in India.
In Go, what is the purpose of a goroutine?
The best case time complexity of selection sort?
Which of the following is used to store electrical energy in a circuit?
What is the purpose of the try-catch-finally construct?
Which of the following are TCL commands
Which of the following represents a query in tuple calculus that selects all tuples where the "Age" attribute is greater than 30?
What is the primary difference between a breadth-first search (BFS) and a depth-first search (DFS) in graph traversal?
AB`->` CD
AF`->` D
DE`->` F
C`->` G
F`->` E
G`->` A
Then which of the following is false?
What does the `
Running time T(n) where 'n' is the input size of the recursive algorithm given as : T(n) = c + T(n-1), if n > 1 ; T(n) = d if n < 1. The order of the a...