Easy Tutorial
For Competitive Exams

An application program that is used by the users to get the inofrmation
from the backend of some application like databases:

application server
proxy server
database server
option 4
Additional Questions

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

Answer

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
Share with Friends
Privacy Copyright Contact Us