Questions

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 32154
Q:

Who holds the post of Deputy Chairman of the Planning Commission?

 

A) Prime Minister B) Planning Minister
C) an official who holds the rank of a Cabinet Minister D) an economist of repute
 
Answer & Explanation Answer: C) an official who holds the rank of a Cabinet Minister

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: Bank Exams

0 32102
Q:

Which city in Australia is hosted the 2018 commonwealth Games?

 

A) Hobart B) perth
C) Gold Coast D) Adelaide
 
Answer & Explanation Answer: C) Gold Coast

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

1 32099
Q:

Find the missing number in the following puzzle?

 

A) 86 B) 98
C) 104 D) 112
 
Answer & Explanation Answer: B) 98

Explanation:

Here the answer is 98.

 

The logic in the given puzzle:

2+3 = 8
3+7 = (7+2)x3 = 27
4+5 = (5+3)x4 = 32
5+8 = (8+4)x5 = 60
6+7 = (7+5)x6 = 72

Similarly,

7+8 = (8+6)x7 = 98.

Report Error

View Answer Report Error Discuss

Filed Under: Math Puzzles
Exam Prep: Bank Exams

69 32082
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 32068
Q:

V. G. Jog is famous for which musical instrument?

 

A) Sitar B) Violin
C) Tabla D) Santoor
 
Answer & Explanation Answer: B) Violin

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities
Exam Prep: Bank Exams

8 32054
Q:

___________ provides network backbone and e-governance support to government bodies in India.

 

A) NIC B) NASSCOM
C) Department of Information Technology D) State Bank of India
 
Answer & Explanation Answer: A) NIC

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

3 32020
Q:

Which of the following exercised the most profound influence in framing the Indian Constitution?

A) British Constitution B) US Constitution
C) Irish Constitution D) The Government of India Act,1935
 
Answer & Explanation Answer: D) The Government of India Act,1935

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

71 31971