Question Set

1. The famous tourist centre Mahabalipuram is situated near:?





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->Asramam tourist village is situated near the lake?....
QA->Famous tourist centre Pookode Lake is in?....
QA->Pookode lake is a famous tourist centre in?....
QA->In which district is Ramakkalmedu, the famous tourist centre?....
QA->Vagamon the famous tourist centre is at?....
MCQ->The famous tourist centre Mahabalipuram is situated near:?....
MCQ->Consider the following statements relating to the stability of floating as well as submerged bodies : 1. A submerged body is stable when the centre of gravity is below the centre of buoyancy. 2. A floating body is stable when the centre of gravity is above the centre of buoyancy. 3. A floating body is stable when the centre of gravity is below the metacentre. 4. A submerged body is in stable equilibrium when the centre of gravity coincides with the centre of buoyancy. Of these statements :....
MCQ->What will be the output of the program in Turbo C? #include<stdio.h> int main() { char near near ptr1; char near far ptr2; char near huge ptr3; printf("%d, %d, %d\n", sizeof(ptr1), sizeof(ptr2), sizeof(ptr3)); return 0; }....
MCQ->What will be the output of the program? #include<stdio.h> int main() { char huge near far ptr1; char near far huge ptr2; char far huge near ptr3; printf("%d, %d, %d\n", sizeof(ptr1), sizeof(ptr2), sizeof(ptr3)); return 0; }....
MCQ->What will be the output of the program (in Turbo C under DOS)? #include<stdio.h> int main() { char huge near far ptr1; char near far huge ptr2; char far huge near ptr3; printf("%d, %d, %d\n", sizeof(ptr1), sizeof(ptr2), sizeof(ptr3)); return 0; }....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution