Question
In addition to Zanzibar, Tanzania, where IIT Madras has
established its first campus outside India, where are the other planned locations for IIT campuses outside India?ÂSolution
IIT Madras setup its first IIT campus outside India in Zanzibar, Tanzania. The campus, named IIT Madras at Zanzibar, commenced operations in October 2023 and initially admitted 50 undergraduate students and 20 master's students. Zanzibar will become one of three international campuses for IIT, alongside Abu Dhabi and Kuala Lumpur.
‘/?’ is used for what in C++
An online discussion group that allows direct live communication is known as
Basic syntax to create a bar-chart in R is
What is the purpose of the "ORDER BY" clause in an SQL query?
If the destination MAC address is not found in the MAC address table, the switch forwards the frame out all of its ports except the port on which the f...
Match the following
a. calloc( ) ------- i. Frees previouslyallocated space. b. free( ) ----------- ii. Modifiespreviouslyallocated space. c. mal...
What will be the output of the following code snippet?
int num = 10;
int *ptr = #
printf("%d", *ptr);
Which type of instruction pipeline allows multiple instructions to be processed simultaneously at different stages?
In the context of ADTs, what does "encapsulation" refer to?
Which of the following sorting algorithms has a worst-case time complexity of O(n^2)?