Question
According to the EY report, by which year is India
projected to become the world’s second-largest economy in PPP terms?ÂSolution
The EY report forecasts that India will become the second-largest economy in Purchasing Power Parity (PPP) terms by 2038, surpassing the U.S. This projection reflects India’s strong domestic consumption, digitalisation, and structural reforms.Â
What is the scope of a parameter in a function?
Which of the following brackets are used in python to create a list?
"Parity bits" are used for which of the following purposes?
How many stable states does a positive-edge-triggered D-type flip-flop have?
Which of the following uses the Harvard architecture?
How many whitespace characters are allowed in C language?
What is the routing table in a router used for?
What is the purpose of the finally block in exception handling?
Predict the output for below code in python
X=true
Y=false
Z=false
if not X or Y :
print(“first case”)
What is the primary purpose of the Simple Mail Transfer Protocol (SMTP)?