The filament of a light bulb is made up of
View Answer Report Error Discuss
Which payment major announced that it would add cryptocurrency to its network?
Mahatma Gandhi's remark , ' A post-dated cheque on a crumbling bank' is regarding the proposal of ______
The place of origin of an earthquake is called
The point or place of origin of an earthquake is called Focus.
And,
The point where the seismic waves reach the surface is called as Epicenter.
The RBI restricts withdrawals from banks under the provisions of which act?
On 11 October, 2017 the Supreme Court criminalized sex with underage wife aged below______ years.
The first edition of National Youth Parliament Festival was held in which year?
How many times i value is checked in the below code?
#include <stdio.h> int main() { int i = 0; do { i++; printf( "In while loopn" ); } while (i < 3); }