Questions

Q:

Who is credited for the construction of the Red Fort?

 

A) Sikandar Lodi B) Akbar
C) Jahangir D) Shah Jahan
 
Answer & Explanation Answer: D) Shah Jahan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

0 32149
Q:

In October 2017, ‘PFMS’ was made mandatory. It will help to ______

 

 

A) provide security to schemes B) Monitor fund flow to schemes
C) To describe benefit of schemes D) No option is correct
 
Answer & Explanation Answer: B) Monitor fund flow to schemes

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: Bank Exams

0 32089
Q:

What will be output of following program?


#include <stdio.h>
int main()

{
   void (*p)();
   int (*q)();
   int (*r)();
   p = clrscr;
   q = getch;
   r = puts;
  (*p)();
  (*r)("www.sawaal.com");
  (*q)();
  return 0;
}

A) NULL B) www.sawaal.com
C) Compilation error D) None of above
 
Answer & Explanation Answer: B) www.sawaal.com

Explanation:

p is pointer to function whose parameter is void and return type is also void. r and q is pointer to function whose parameter is void and return type is int . So they can hold the address of such function.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

3 32087
Q:

On what basis Greek thinker Aristotle classified the animals for the first time?

 

A) Habitat B) Size
C) Locomotion D) Food
 
Answer & Explanation Answer: A) Habitat

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: Bank Exams

1 32084
Q:

The fundamental source of monopoly power is 

 

 

A) profit B) barriers to entry
C) a product without close substitutes D) decreasing average total cost
 
Answer & Explanation Answer: B) barriers to entry

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: Bank Exams

3 32061
Q:

The main source of National Income in India is

A) Service Sector B) Agriculture
C) Industrial Sector D) Trade Sector
 
Answer & Explanation Answer: A) Service Sector

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

84 32057
Q:

Which state has launched an outreach programme called ‘Duare Sarkar’?

 

A) Assam B) Odisha
C) Chhattisgarh D) West Bengal
 
Answer & Explanation Answer: D) West Bengal

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: Bank Exams

2 32047
Q:

11 letter Indian city is I am

Hints ::

2,4,10 is a Unit of Length .

Last 6 letters is a Fruit Name.

9,5,3 is a Soap Name.

1,8,3 is used by a Student

7,8,3 letters is a Bird Name.

6,7,5,3 is an organ in the Face.

 

From the above given Hints Find that Indian City Name?

Answer

PONDICHERRY is the Indian City with 11 Letters.


Fruit Name : CHERRY


Soap Name : RIN


Bird Name : HEN


Organ : CHIN


Used by Student : PEN

Report Error

View answer Workspace Report Error Discuss

162 32034