The British Governor General and Viceroy who served for the longest period in India was
View Answer Report Error Discuss
Who is known as the ' Saint of the gutters '
Computer networks constituting the internet are connected by telephones, underwater cables and _____________
Markup tags tell the web browser
Markup tags tell the web browser how to display the file.
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
“Functional Finance” is associated with: __________
Which of the following software applications would be the most appropriate for performing numerical and statistical calculations?
What would be the output of the following program ?
unsigned int a = oxffff;
~a;
printf ("%x", a);