Rearrange the parts of the sentence in correct order.
An engineer building a bridge
P-find easy to comprehendQ-picks the best planR-and not the one that motorists
View Answer Report Error Discuss
Select the synonym of
conspiracy
This animal fasts for about 8 months in a year and yet is active, gives birth, and nurses its young while fasting. Name the animal
Puzzle : Clock
Divide the clock's face into three equal parts exactly with two lines. Therefore the sum of the numbers in the three equal parts should be same
26 + 26 + 26 = 78
View answer Workspace Report Error Discuss
Improve the bracketed part of the sentence.
A new chapter (may been put forth) that India gained Independence only in the last one year and not in 1947.
Which river has no mention in Rigaveda
probable
The output of the code below is
#include <stdio.h> void main() { int i = 0, k; if ( i == 0 ) goto label; for ( k = 0;k < 3; k++ ) { printf( "hin" ); label: k = printf( "%03d", i ); } }