Easy Tutorial
For Competitive Exams

Which of the following will be last step for the input given below?
Input: He is going out to search air

out is air to going search he
out is air to search going he
search he out is air to going
out air is to search going he
Additional Questions

If step II of an input is ‘not is the casino considering legal action’, what step would be ‘not is casino action legal the considering’?

Answer

What does 3G DENOTE?

Answer

Technical Question:


What is the value of the expression (3^6) + (a^a)?

Answer

What can be said of the following?
struct Node {
char *word;
int count;
struct Node left;
struct Node right;
}

Answer

main ()
{
int X=4;
printf(“%d”,INC(X++));
}

Answer

What is the value assigned to the variable X if b is 7? X = b>8? b <<3: b>4? b>>1: b;

Answer

Along with this you should also learn Time Management In Exam.
Which is the output produced by the following program


main()
{
int n=2;
printf(“%d %d\n”, ++n, n*n);
}

Answer

A train, 800-meter-long is running with a speed of 78 km/hr. It crosses a tunnel in 1 minute. What is the length of the tunnel?

Answer

Ages of two persons differ by 16 years. If 6 year ago, the elder one be 3 times as old the younger one, find their present age.

Answer

Shruti purchased several number of three articles P, Q and R in the proportion 3: 2: 3. If the unit costs of the articles P, Q and R are 200, Rs. 90 and Rs. 60 respectively, how many articles of Q must have been purchased in the total purchases of Rs. 4800?

Answer
Share with Friends
Privacy Copyright Contact Us