The smallest unit in a digital system is a.........
View Answer Report Error Discuss
The first attempt to introduce a representative and popular element in the governance of India was made through
Computer networks constituting the internet are connected by telephones, underwater cables and _____________
“Functional Finance” is associated with: __________
January 29 is observed as ______
The British Governor General and Viceroy who served for the longest period in India was
Output of the Program :
main()
{
int i = 1;
while (i <= 5)
printf( "%d", i );
if (i > 2) goto here;
i++;
}
fun()
here : printf( "PP" );
Compiler error: Undefined label 'here' in function main
Markup tags tell the web browser
Markup tags tell the web browser how to display the file.