Question
It were the children(1)/ that caused a lot of
(2)/problem to their parents(3)/ during the long bus journey.(4) Read each sentence to find out whether there is any grammatical error in it. The error, if any, will be in one part of the sentence. Mark the part with the error as your answer. If there is no error, mark āNo errorā as your answer (Ignore the errors of punctuation,Ā ifĀ any).Solution
The childrenā in the given sentence did a common thing of troubling their parents so, the childrenā would be single entity and hence would take a singular verb.
Below code will give what result for f(3)
f(int x)
{
If(x
Return;
f(x-1);
printf(“%d”, x);
f(n-1);
}
Which isolation level allows transactions to read uncommitted changes made by other transactions?
Which COCOMO mode provides a more detailed estimation based on individual project characteristics?
Which complexity class represents problems that can be solved in polynomial time?
Consider the following two statements.
S1: Ā Destination MAC address of an ARP request is a broadcast address.
S2: Ā Destination MAC add...
Which of the following clause return specific rows?
What is the purpose of analyzing the complexity of an algorithm?
Which web technology allows web pages to adapt to different screen sizes and devices?
Which command is used to sort the lines of a file in a Unix/Linux system?
In a typical instruction pipeline, which stage is responsible for fetching the next instruction from memory?