Which of the following animals was not known to the Indus Valley Civilization
View Answer Report Error Discuss
Computer networks constituting the internet are connected by telephones, underwater cables and _____________
Journalist's Day was celebrated for the first time all over the country on
Who was the president of the Constituent Assembly of Independent India
The smallest unit in a digital system is a.........
The first attempt to introduce a representative and popular element in the governance of India was made through
For what purposes are views used?
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