Who is the author of "Unhappy India"?
Lala Lajpath Roy is the author of Unhappy India
View Answer Report Error Discuss
Govind Ballabh Pant, was the first Chief Minister of which state?
The Tropic of Cancer does not pass through
If a sound travels from air to water, the quantity that remain unchanged is
Whom can we call the first national ruler of India?
What value should come in place of the question mark (?) in the following question?
(?)2% of 650 = (20)2 + 42
?2=400+16650x100?= 8
Which plan gave emphasis on removal of poverty for the first time
void main()
{
char good *better, *best;
printf( "%d..%d", sizeof(better), sizeof(best) );
}
The second pointer is of char type and not a good pointer.