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 ); } }
View Answer Report Error Discuss
The main job of a CPU is to
Select the antonym of
conception
extravagance
violation
Rearrange the parts of the sentence in correct order
Every government wants
P-all, they have so many votesQ-to shower favours onR-farmers; after
Which of the following is a bad conductor of heat?
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