Start learning 50% faster. Sign in now
Error 1 - As India had rushed" The use of "had rushed" (past perfect tense) is incorrect here because the context does not suggest a past action that occurred before another past action. "As India rushes" (simple present tense) is appropriate. Error 2 - "the three horseman of digitalisation" As mentioned earlier, "horseman" should be "horsemen" because the phrase refers to three entities, making the plural form "horsemen" correct. Error 3 - "for the existing challenges" The phrase "for the existing challenges" is incorrect. The correct preposition should be "with", not "for", as it refers to balancing the needs of ordinary citizens with the challenges, not "for" them. The phrase should be "with the existing challenges".
Which of the following is a primary reason for using digital signatures in modern cryptography?Â
In database management systems (DBMS), which normalization form removes partial dependency?
Which of the following data structures is best suited for implementing a priority queue?  Â
Which method is used to compute the inverse of a matrix in numerical computing efficiently?
How do we can Delete all in SQL
Which of the following SQL queries is used to find the second highest salary from an employee table?
SELECT MAX (salary) Â Â Â Â Â Â Â FROM emp...Which all statements are correct about Sorting
SMTP commands
Predict the  program output
void main ()
{
 int x = 128;
 printf ("n%d", 1 + x++);
}