Easy Tutorial
For Competitive Exams

A struct is the same as a class except that

there are no member functions.
all members are public.
cannot be used in inheritance hierarchy.
it does have this pointer.
Additional Questions

A white space is:

Answer

Which of the following creates a virtual relation for storing the query?

Answer

In the architecture of a database system external level is the

Answer

Which operator can be used with a multiple-row subquery?

Answer

What is true about updates through a view?

Answer

Which constructs an anonymous inner class instance?

Answer

If C and G interchange their positions, which of the following will indicate A’s position?

Answer

How many such pairs of letters are there in the word DISTURB, each one has as many letters between its two letters in the word as there are between them in the English alphabet?

Answer

main( )
{
unsigned int i=3;
while( i >=0)
printf( “%d”, i–);
}
how many times will the printf stmt be executed?

Answer

Vincent has a paper route. Each morning, he delivers 37 newspapers to customers in his neighborhood. It takes Vincent 50 minutes to deliver all the papers. If Vincent is sick or has other plans, his friend Thomas, who lives on the same street, will sometimes deliver the papers for him.

Answer
Share with Friends
Privacy Copyright Contact Us