Question
The Indian Institute of Technology Madras became the
first Indian Institute of Technology to set up an international campus, by launching a campus in Tanzania.Where in Tanzania has the institute been set up ?Solution
The Indian Institute of Technology Madras became the first Indian Institute of Technology to set up an international campus, by launching a campus in Tanzania.   In the first batch at IITM Zanzibar, students from Zanzibar, mainland Tanzania, Nepal, and India have been admitted, with 40 per cent of the students being women.   The programmes at IITM Zanzibar are open to students of all nationalities, including Indians. Apart from a comprehensive curriculum that includes all aspects of Data Science and Artificial Intelligence, students will have access to several interesting opportunities during their course of study. These include study abroad/semester exchange programmes with IIT Madras’ partner institutions in the UK and Australia, among other countries, internships with various relevant companies, and a chance to meet some of the course requirements at the IIT Madras campus in Chennai, India.
Which of the following is a correct way to declare and initialize a pointer to an integer in C?
What is the primary purpose of a "symbol table" in a compiler's runtime environment?
Which parser is most commonly used in modern compilers?
What is the size of 'sizeof(int)' on a system where 'int' is 4 bytes and 'sizeof(char)' is 1 byte?
What is the primary output of the lexical analysis phase of a compiler?
The primary function of a "loader" is to:
 Which of the following is NOT a typical task performed during the code optimization phase?
In LR parsing, what does the term "shift" mean?
The symbol table in a compiler is used to store:
Which memory allocation strategy is used for global variables and static variables, where memory is allocated once at compile time and remains throughou...