Question
Which of the following bank with Lendingkart to Offer
Loans Online for MSMEs ?Solution
Canara Bank , Lendingkart tie up to offer up to βΉ10 lakh loan to MSMEs online. Fintech company Lendingkart on Tuesday announced that it has entered into a co-lending partnership with Canara Bank to provide low-cost business loans of up to βΉ10 lakh to micro, small and medium enterprises (MSMEs) across the country
float i=10;
int f=i;
What kind of typecasting is happening in the above scenario a ?
Which of the following data structures follows the Last-In, First-Out (LIFO) principle?
A greedy algorithm is used to make change for a given amount using a set of coin denominations. For denominations {1, 5, 10, 25} and an amount of 30, it...
Fill in the correct option for 25 blank space.
The number of significant figures for 5.1250 and 0.06900 respectively are____Β
In the context of algorithm analysis, what does "Big O notation" primarily describe?
Which AI technique is used for uncertain reasoning?
Deadlock can arise if four necessary conditions hold simultaneously. Which of the following is NOT one of them?
Consider a Quick Sort implementation where the pivot is always chosen as the last element. If the input array is already sorted in ascending order, what...
Which of the following statements about a Mutex (Mutual Exclusion) lock is correct?