Questions

Q:

Swap two variables without using third variable.

Answer

#include<stdio.h>
int main(){
    int a=5,b=10;
    a=b+a;
    b=a-b;
    a=a-b;
    printf("a= %d  b=  %d",a,b);
}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2203
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 2203
Q:

In the following question, some part of the sentence may have errors. Find out which part of the sentence has an error and select the appropriate option. If a sentence is free from error, select 'No Error'.

There was already a sizable(A)/ gap between her car and(B)/the one front of her.(C)/No error(D)

 

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2203
Q:

Contaminated rags are recommended for disposal in landfills.

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

Explanation:
Report Error

View Answer Workspace Report Error Discuss

Subject: Physics
Exam Prep: Bank Exams

2 2203
Q:

Which to withdraw from OPEC as of Jan 2019?

A) Gabon B) Angola
C) Saudi Arabia D) Qatar
 
Answer & Explanation Answer: D) Qatar

Explanation:

Qatar to withdraw from OPEC as of Jan 2019. OPEC, The Organization of the Petroleum Exporting Countries is an intergovernmental organisation of 14 nations, founded in 1960 in Baghdad, Iraq.


Its members are Qatar, Saudi Arabia, Iran, Iraq, Indonesia, Venezuela, Nigeria, Libya, United Arab Emirates, Algeria, Kuwait, Ecuador, Angola, Gabon.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

0 2203
Q:

A hard copy of a document is

A) stored in a pen drive B) read in floppy disc
C) printed on printer D) stored in hard disc
 
Answer & Explanation Answer: C) printed on printer

Explanation:

A hard copy of a document is a physical object which is printed on printer.

Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

4 2203
Q:

In the following question, out of the four alternatives, choose the word which best expresses the meaning of the given word and click the button corresponding to it.

INSOLENT

A) DISTASTEFUL B) IMPATIENT
C) DIABOLIC D) RUDE
 
Answer & Explanation Answer: D) RUDE

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2203
Q:

In the following question, out of the four alternatives, choose the word which best expresses the opposite in meaning of the given word and click the button corresponding to it.

INTANGIBLE

A) ETHEREAL B) CONCRETE
C) INSUBSTANTIAL D) ABSTRACT
 
Answer & Explanation Answer: B) CONCRETE

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2202