The overall capabilities of CCT are understood by all because _____________ are information processing tools.
View Answer Report Error Discuss
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
The British Governor General and Viceroy who served for the longest period in India was
Tansen, a great musician of his time, was in the court of –
Markup tags tell the web browser
Markup tags tell the web browser how to display the file.
What would be the output of the following program ?
unsigned int a = oxffff;
~a;
printf ("%x", a);
World’s highest railway bridge will be constructed on which river ?
Chenab River in Jammu & Kashmir in next 2 years. Its height is 359 mts i.e 35mts more than the height of Eiffel Tower.
________ is an open source DBMS product that runs on UNIX, Linux and Windows.