If a is an array of 5 integers then which of the following is the correct way to increase its size to 10 elements?

Question: If a is an array of 5 integers then which of the following is the correct way to increase its size to 10 elements?
[A].

int[] a = new int[5];
int[] a = new int[10];

[B].

int[] a = int[5];
int[] a = int[10];

[C].

int[] a = new int[5];
a.Length = 10 ;

[D].

int[] a = new int[5];
a = new int[10];

Answer: Option D

Explanation:

No answer description available for this question.

Which of the following states have topped the 2016 all-India State/Union Territory-wise Ease of Doing Business rankings?

Question: Which of the following states have topped the 2016 all-India State/Union Territory-wise Ease of Doing Business rankings?
[A].

Andhra Pradesh and Telangana

[B].

Madhya Pradesh and Chhattisgarh

[C].

Bihar and Jharkhand

[D].

Uttar Pradesh and Rajasthan

Answer: Option A

Explanation:

No answer description available for this question.

Note: The above multiple-choice question is for all general and Competitive Exams in India

For which bank, the government engaged to enable cashless payments on e-NAM?

Question: For which bank, the government engaged to enable cashless payments on e-NAM?
[A].

ICICI

[B].

HDFC

[C].

Canara

[D].

Axis

Answer: Option A

Explanation:

The government has engaged private lender ICICI Bank to enable online payments at 470 mandis integrated with the national portal of electronic National Agriculture Market (e-NAM).The target is to connect 585 mandis with e-NAM by March 2018. At present, e-NAM participants are doing payments through traditional ways via bank branches, debit cards and net banking.ICICI Bank will enable BHIM (Bharat Interface for Money) and Unified Payments Interface (UPI) on the e-NAM portal for making cashless payments.

Note: The above multiple-choice question is for all general and Competitive Exams in India

A full wave rectifier using centre tapped transformer and a bridge rectifier use similar diodes and have equal no load output voltage. Under equal load conditions

Question: A full wave rectifier using centre tapped transformer and a bridge rectifier use similar diodes and have equal no load output voltage. Under equal load conditions
[A].

Output voltage of bridge rectifier

[B].

Output voltage of bridge rectifier will be more than that of other

[C].

Output voltage of both will be exactly equal

[D].

Output voltage of any one may be more than that of other

Answer: Option A

Explanation:

Since two diodes are in series bridge rectifier, voltage drop is more.