Questions

Q:

main()

{

char s[ ] = "man";

int i;

for( i=0; s[ i ]; i++)

printf( "n%c%c%c%c", s[ i ], *(s+i), *(i+s), i[s] );

}

A) mmmm aaaa nnnn B) aaaa mmmm nnnn
C) nnnn aaaa mmmm D) None
 
Answer & Explanation Answer: A) mmmm aaaa nnnn

Explanation:

s[i], *(i+s), *(s+i), i[s] are all different ways of expressing the same idea.Generally array name is the base address for that array. Here s is the base address. i is the index number/displacement from the base address. So, indirecting it with * is same as s[i]. i[s] may be surprising. But in the case of C it is same as s[i].

Report Error

View Answer Report Error Discuss

Filed Under: Programming

56 58804
Q:

Which of the following statement(s) is/are CORRECT?

I. Bases are soapy to touch.

II. Bases generate OH– ions.

III. Metal oxides dissolve in water to form Acidic solution. 

 

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

1 58676
Q:

Which of the statements given below are correct?

A) Viktor Axelsen won the Badminton 2017 BWF Super Series Finals Men's Singles.

B) Alexander Zverev won the Tennis 2017 Italian Open Men's Singles.

C) In 2018 IPL auctions, Delhi Daredevils retained Hardik Pandya.

A) Only C B) Both A and B
C) Both B and C D) A, B and C
 
Answer & Explanation Answer: B) Both A and B

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports

8 58631
Q:

Pick the odd man out

1 4 16 64 126

A) 1 B) 4
C) 64 D) 126
 
Answer & Explanation Answer: D) 126

Explanation:

1*3+1=4

4*3+4=16

16*3+16=64

64*3+64=208 but it is given 126

Report Error

View Answer Report Error Discuss

2 58620
Q:

Match the following items of column A with column B.

 

 

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

2 58553
Q:

Which of the following is/are the feature(s) of the Brahmadeya Grants during c 600-1200 AD?

1. Their creation meant a renunciation of actual or potential sources of revenue by the State.

2. These grants could vary from a small plot to several villages.

3. Most grants were made in unsettled areas.

Select the correct answer using the code given below.

A) 1 only B) 2 and 3 only
C) 1 and 2 only D) 1, 2 and 3
 
Answer & Explanation Answer: C) 1 and 2 only

Explanation:
The first 2 statements are true with respect to the Brahmadeya Grants during 600-1200 AD.
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

0 58430
Q:

Chauri Chaura is a town located in which Indian state/UT?

 

A) Uttar Pradesh B) Punjab
C) Delhi D) Maharashtra
 
Answer & Explanation Answer: A) Uttar Pradesh

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

5 58394
Q:

Tripping is associates with

 

A) Snooker B) Volleyball
C) Football D) Cricket
 
Answer & Explanation Answer: C) Football

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

7 58316