Question
Under Section 45U of the RBI Act, 1934, 'money market
instruments' include debt instruments of original or initial maturity up to what period?Solution
Section 45U(b), under Chapter IIID dealing with regulation of transactions in derivatives, money market instruments and securities, defines 'money market instruments' to include call or notice money, term money, repo, reverse repo, certificate of deposit, commercial usance bill, commercial paper and such other debt instrument of original or initial maturity up to one year as the Bank may specify. The defining maturity ceiling for money market instruments is therefore one year.
A C function attempts to copy a substring.
#include
#include
#include
char* copy_substring(const char* source, int start_ind...
First layer of TCP/IP Suite name
Which of the following real-world applications commonly uses a queue data structure to manage its operations?
A single-line comment starts withΒ
Consider the following Python code:
import re
text = "apple, banana, cherry. apple pie, banana split."
pattern = r"\bapple\b|\bbana...
When implementing Huffman Coding, a common issue arises if the generated codes are not unique prefixes (i.e., one code is a prefix of another, leading t...
Fill in the blanks
R _________are the same as the arrays in C language which are used to hold ____________data values of the same type
What is the primary function of the Accumulator (AC) in a computer system?
Which of the following statements best describes a mesh topology in network design?
A custom stack implementation has a pop() method that is supposed to remove and return the top element. However, when the stack is empty, calling pop() ...