Question
Consider the following statements: 1.
Lalitgiri (the red hill), Ratnagiri (hill of precious gems), Udayagiri (the hill of the rising sun) are known as the diamond triangle of Odisha 2. Diamond triangle of Odisha represents a rich heritage of architecture and sculpture of the Mauryan era 3. Majority of the sculptures unearthed from excavation are the figures of Buddha in different postures belonging to Mahayanistic phase of Buddhism Which of the following statements given above is/are not correct?Solution
Lalitgiri (the red hill), Ratnagiri (hill of precious gems), Udayagiri (the hill of the rising sun) are known as the diamond triangle of Odisha representing a rich heritage of architecture and sculpture of the post Mauryan era Indian art which touched a new zenith of excellence. Majority of the sculptures unearthed from excavation are the figures of Buddha in different postures belonging to the Mahayanistic phase of Buddhism.
What is the output of the following code: x = 5; y = 2; print(x ** y)?
Which Python keyword is used to define a function?
Which of the following is correct for a single-line comment in C++?
In Java, which method is used to start a thread?
Which Java keyword is used to inherit a class?
In C, what will be the output of the following code?
int a = 5;
printf("%d", a++);
Which Python keyword is used to handle exceptions?
Which of the following algorithms is commonly used in Machine Learning for clustering tasks?
ch data structure is used in Depth-First Search (DFS)?
Which Python statement is used to create an empty set?