Who was the Emperor of Russia during Russia revolution ?
View Answer Report Error Discuss
Where is the Head Quarters of Archaeological Survey Of India?
The Head Quarters of Archaeological Survey Of India is in New Delhi.
Isfahan, the Persian Capital is said to have provided the inspiration to build which of these monuments?
Which is a compound that contains carbon?
The compound methane is a simple hydrocarbon contains one carbon bonded to four hydrogens. Ethane is a simple hydrocarbon which contains two carbon atoms and four hydrogen atoms. Similarly, propane with three carbons.
India’s fastest indigenous train Train18, which will run from Delhi to Varanasi, named as
India’s fastest indigenous train Train18, which will run from Delhi to Varanasi, named as Vande Bharat Express.
Which state launched Kalia scholarship scheme to boost education for farmers children?
Upanishads are the ______________________
What would be the output of the following program, if the array beigns at address 65486?
main()
{
int arr[] = {12,14,15,23,45};
printf ("%u %u", arr, &arr);
}
65486 65486
View answer Workspace Report Error Discuss