Question
What the NOT Correct about Foreign Exchange Reserves of
India? i. US dollar has highest share in the Forex reserves. ii. The reserves are managed by the Reserve Bank of India for the Indian government iii. Reserve Bank of India accumulates foreign currency reserves by purchasing from authorized dealers in open market operations.Solution
Foreign exchange reserves (also called forex reserves or FX reserves) are cash and other reserve assets held by a central bank or other monetary authority that are primarily available to balance payments of the country, influence the foreign exchange rate of its currency, and to maintain confidence in financial markets
Which of these is used for resolving operator precedence in parsing?
Which of the following grammars is suitable for top-down parsing?
Which memory allocation strategy is used for global variables and static variables, where memory is allocated once at compile time and remains throughou...
Which of the following algorithms is specifically designed to minimize the average time a process spends waiting before execution in a CPU scheduling co...
What will be the output of the following C code?
#include
int main() {
int i;
for (i = 0; i < 5; i++) {
<...An S-attributed SDD (Syntax-Directed Definition) is one where:
A "shift-reduce" parser is a type of:
Multithreading an interactive program will increase responsiveness to the user by ___________
The process of grouping characters into meaningful units (tokens) is performed by the:
Which optimization is performed after intermediate code generation?