Continue with your mobile number
Finance Minister Nirmala Sitharaman outlined the target for total credit growth of Rs 5.75 lakh crore, Rs 6.21 lakh crore, and Rs 7 lakh crore to MSMEs in the financial years 2024-25, 2025-26, and 2026-27, respectively.
What is the main advantage of using NoSQL databases for big data storage over traditional relational databases?
In CPU design, what does the Control Unit (CU) primarily handle?
Generation of noise when one signal has higher strength than other while signal propagates in a medium
What does below UNIX command do?
cp file1 file2
What is the purpose of polymorphism in object-oriented programming?
Which component in the CPU holds the data to be operated on, performs calculations, and stores the results?
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
Running time T(n) where 'n' is the input size of the recursive algorithm given as : T(n) = c + T(n-1), if n > 1 ; T(n) = d if n < 1. The order of the a...
What does the term "zero-day vulnerability" mean in cybersecurity?
Which layer of the OSI model is responsible for establishing, managing, and terminating network connections?