Which one of the following industries is known as 'Sunrise Industry'
View Answer Report Error Discuss
Kanha National Park saving the rare and almost extinct species of the Swamp Deer, also known as
In the following question, out of the four alternatives, select the alternative which best expresses the meaning of the idiom/phrase.
dry run
Which of the following is true of annelids?
Thorn Forests are found in ..........
Which of the statements given below are correct?A) Georgia hosted the 2017 U-18 Baseball World Cup.B) In 2017, David Warner captained the IPL team Kings XI Punjab.C) In 2017, Jamie Vardy played for the Premier League team Manchester United.
The World Music Day is celebrated across the world on
The World Music Day is celebrated across the world on 21 June.
The day is also known as 'Fete de la Musique' after a music festival that began in France in 1982.
This Day was first celebrated on 21st June 1982.
What would be the output of the following program?
main()
{
char a[] = "Visual C++";
char *b = "Visual C++";
printf ("\n%d %d", sizeof (a), sizeof (b));
printf ("\n%d %d", sizeof (*a), sizeof (*b));
}
11 2
1 1
View answer Workspace Report Error Discuss