Questions

Q:

#define clrscr() 100

main()

{

clrscr();

printf( "%dn", clrscr() );

}

A) 100 B) 0
C) Compilation error D) Exception occurs
 
Answer & Explanation Answer: A) 100

Explanation:

Preprocessor executes as a seperate pass before the execution of the compiler. So textual replacement of clrscr() to 100 occurs.The input program to compiler looks like this :

main ()

{

100;

printf("%d\n",100);

}

Note: 100; is an executable statement but with no action. So it doesn't give any problem.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

24 43653
Q:

Isotopes have ______.

 

I. similar physical quantities and different chemical properties

II. different physical properties

III. similar chemical properties

 

A) Only I and II B) Only I and III
C) Only II and III D) All I, II and III
 
Answer & Explanation Answer: C) Only II and III

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

2 43531
Q:

Metals can be given different shapes according to our needs because they posses the properties of

 

A) Conductivity and sonorosity B) Malleability and ductility
C) Malleability and sonorosity D) Ductility and conductivity
 
Answer & Explanation Answer: B) Malleability and ductility

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

1 43474
Q:

In Indian Parliament, under which condition a house can declare the seat of a member vacant?

 

A) If member is absent from all meetings of the house for 60 days continuously   B) If member is absent from all meetings of the house for 45 days continuously  
C) If member is absent from all meetings of the house for 30 days continuously   D) If member is absent from all meetings of the house for 21 days continuously  
 
Answer & Explanation Answer: A) If member is absent from all meetings of the house for 60 days continuously  

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: Bank Exams

0 43448
Q:

Which of the following is a popular programming language for developing multimedia webpages.

A) COBOL B) Java
C) BASIC D) Assembler
 
Answer & Explanation Answer: B) Java

Explanation:

Java is a general-purpose computer-programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible.

 

Which_of_the_following_is_a_popular_programming_language_for_developing_multimedia_webpages1548652333.jpg image


Java is used to develop mobile apps, web apps, desktop apps, games and much more...

Report Error

View Answer Report Error Discuss

180 43413
Q:

DRDL stands for

A) Defence Research and Development Laboratory B) Department of Research and Development Laboratory
C) Differential Research and Documentation Laboratory D) None of the above
 
Answer & Explanation Answer: A) Defence Research and Development Laboratory

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

377 43394
Q:

Select the missing term based on the given related pair.

 

 

 

A) Larva B) Caterpillar
C) Kitten D) Child
 
Answer & Explanation Answer: B) Caterpillar

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: AIEEE , Bank Exams

0 43322
Q:

Match the following.


Digestive Input                    Output

I. Proteins                            1. Glycerol
II. Carbohydrates                  2. Aminoacids
III. Fats                                3. Glucose

 

A) I-2, II-3, III-1 B) I-1, II-3, III-2
C) I-2, II-1, III-3 D) I-3, II-2, III-1
 
Answer & Explanation Answer: A) I-2, II-3, III-1

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: AIEEE , Bank Exams

0 43299