TCS Company Verbal Ability Sentence Arrangement

Rearrange the following parts (A, B, C and D) in proper sequence to obtain a correct sentence.
A. confirmed that the accused really
B. too many cases still lie
C. pending because it was not
D. is the convict
1)B, C, D, A 2)A, B, C, D 3)B, C, A, D 4)A, B, D, C

Read Solution (Total 7)

TCS Other Question

Identify the INCORRECT sentence or sentences.
A) Civilization is not by any means an easy thing to attain.
B) There are two ways only by which man can reach it.
C) One is by being cultured, the other being corrupt.
D) Some people have no opportunity of being either, so they stagnate.
1)Only C and D 2)Only A and C 3)Only B and C 4)Only A and B
What is the output of this C code?
#define a 20
int main()
{
const int a = 50;
printf("a = %dn", a);
}
1)a=50 2)a=20 3)Run time error 4)Compilation Error