Four statements are given below at A, B, C and D. There may be some errors in the given statement(s). The incorrect statement is your answer.
A) To drain water away from the tracks, railroad beds, like road beds, are designed in which there is usually a bed of rock and gravel resulting in fast drainage from the tracks.
B) Railroad beds, like road beds, are designed in which there is usually a bed of rock and gravel that results in the fast drainage from the tracks.
C) A bed of rock and gravel, called the railroad bed, is designed similar to a road bed to drain water away from the tracks.
D) Railroad beds, like road beds, are designed to drain water apart from the tracks, so there is usually a bed of rock and gravel resulting in fast drainage away from the tracks.
A) To drain water away from the tracks, railroad beds, like road beds, are designed in which there is usually a bed of rock and gravel resulting in fast drainage from the tracks.
B) Railroad beds, like road beds, are designed in which there is usually a bed of rock and gravel that results in the fast drainage from the tracks.
C) A bed of rock and gravel, called the railroad bed, is designed similar to a road bed to drain water away from the tracks.
D) Railroad beds, like road beds, are designed to drain water apart from the tracks, so there is usually a bed of rock and gravel resulting in fast drainage away from the tracks.
Answer & ExplanationAnswer: D) Railroad beds, like road beds, are designed to drain water apart from the tracks, so there is usually a bed of rock and gravel resulting in fast drainage away from the tracks.
What is a word made up of 4 letters, yet is also made up of 3. Everything is written with 9 letters, and then with 4. Rarely consists of 6, and never is written with 5.
A typedef defines a new name for a type, and in simpler cases like the one shown below you can define a new structure type and a typedef for it at the same time.
typedef struct
{
char name[20];
int age;
} emp;
However, in the structure defined in this question, there is an error because a typedef declaration cannot be used until it is defined. In the given code fragment the typedef declaration is not yet defined at he point where the link field is declared.
In the following question, a sentence has been given in Direct/Indirect speech. Out of the four alternatives suggested, select the one which best expresses the same sentence in Direct/Indirect speech.