Question Set

1. The Bank of Japan (BOJ) and the Reserve Bank of India (RBI) recently agreed to expand the amount of the Bilateral Swap Agreement (BSA) to - -





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->75 billion Bilateral Swap Arrangement (BSA) with which country’s central Bank?....
QA->How much billion dollar was accepted by Reserve Bank of India(RBI) from banks at its currency swap auction to ease liquidity?....
QA->The BCCI after years of opposition has finally agreed to come under the ambit of the _________ and agreed to adhere to it’s anti-doping policy.....
QA->Which bank was categorised by the Reserve Bank of India (RBI) on March 14, 2019 as a 'Private Sector Bank' for regulatory purposes with effect from January 21, 2019?....
QA->With which country India has agreed to share militant information and signed land boundary agreement ?....
MCQ->The Bank of Japan (BOJ) and the Reserve Bank of India (RBI) recently agreed to expand the amount of the Bilateral Swap Agreement (BSA) to - -....
MCQ->ഇന്ത്യയും ജപ്പാനും തമ്മിലുള്ള Bilateral Swap Arrangement (BSA) തുക എത്രയാണ്?....
MCQ->The Reserve Bank of India (RBI) acts as a bankers' bank. This would imply which of the following? 1. Other banks retain their deposits with the RBI. 2. The RBI lends funds to the commercial banks in times of need. 3. The RBI advises the commercial banks on monetary matters. Select the correct answer using the codes given below :....
MCQ->What will the SWAP macro in the following program be expanded to on preprocessing? will the code compile? #include<stdio.h> #define SWAP(a, b, c)(c t; t=a, a=b, b=t) int main() { int x=10, y=20; SWAP(x, y, int); printf("%d %d\n", x, y); return 0; }....
MCQ->What will be the output of the program ? #include<stdio.h> void swap(char , char ); int main() { char pstr[2] = {"Hello", "IndiaBIX"}; swap(pstr[0], pstr[1]); printf("%s\n%s", pstr[0], pstr[1]); return 0; } void swap(char t1, char t2) { char t; t=t1; t1=t2; t2=t; }....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution