Questions

Q:

What is relative path and absolute path?

Answer

Absolute path-- Exact path from root directory.

Relative path-- Relative to the current path.

Report Error

View answer Workspace Report Error Discuss

1 2185
Q:

Why we use do-while loop in c?

Answer

It is also called as post tested loop. It is used when it is necessary to execute the loop at least one time. Syntax:

do {
Loop body
} while (Expression);

Example:

int main(){
    int num,i=0;  
    do{
         printf("To enter press 1\n");
         printf("To exit press  2");
         scanf("%d",&num);
         ++i;
         switch(num){
             case 1:printf("You are welcome\n");break;
             default : exit(0);
         }
    }
    while(i<=10);
    return 0;
}

Output: 3 3 4 4

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2184
Q:

The Republic was also known as a socialist government.

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:
Report Error

View Answer Workspace Report Error Discuss

Subject: Indian Politics
Exam Prep: Bank Exams

1 2184
Q:

The frictional force exerted by fluids is also called ________.

A) drag B) buoyancy
C) upthrust D) convection
 
Answer & Explanation Answer: A) drag

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

3 2184
Q:

In the following passage some of the words have been left out. Read the passage carefully and select the correct answer for the given blank out of the four alternatives.

Truth is indeed a controversial aspect of ______. But almost always it can be justified as a moral principle on the basis of ______. When we talk about speaking the truth in order not to hide what, if hidden, will only prove damaging to others, we are emphasizing the ability to ‘feel’ for others. Again, often we purposely keep ourselves from communicating the truth as, once ______, it may hurt someone‘s feelings and sentiments. But keeping a person in the dark or denying him or her knowledge which he or she ought to have amounts to ______ another soul of its right to know that with which it has a ______.

communicating the truth as, as a moral principle on the basis of ______.

A) aggression B) compassion
C) progression D) intercession
 
Answer & Explanation Answer: B) compassion

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2184
Q:

In the following question, choose the word which is opposite in meaning to the give word and click the button corresponding to it.

GRACEFUL

A) AWKWARD B) ELEGANT
C) GRACIOUS D) UGLY
 
Answer & Explanation Answer: A) AWKWARD

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2184
Q:

In the following question, out of the four alternatives, select the alternative which best expresses the meaning of the idiom/phrase.

Zip your lip

A) Keep quiet about something. B) To talk fast.
C) To not think before speaking. D) The silence before a storm
 
Answer & Explanation Answer: A) Keep quiet about something.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

1 2184
Q:

In the following questions, one part of the sentence may have an error. Find out which part of the sentence has an error and click the button corresponding to it. If the sentence is free from error, click the "No error" option.

If you turn the corner, (A) / you will found a house (B) / built of stone. (C) / No Error (D)

A) A B) B
C) C D) D
 
Answer & Explanation Answer: B) B

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2184