Question Set

1. What is the minimum number of employed people in India in case of a IT Mega project?





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->The minimum age for the worker , to be employed in a factory, was fixed through the first Factory Act. What was the minimum age?....
QA->By the people of the people for the people എന്ന് ജനാധിപത്യത്തെ നിർവ്വചിച്ചത്?....
QA->By the people of the people for the people എന്ന് ജനാധിപത്യത്തെ നിർവ്വചിച്ചത് ആര്....
QA->In India; in which industry are maximum number of workers employed?....
QA->In which industry is the maximum number of women employed in India?....
MCQ->What will be the output of the C#.NET code snippet given below? char ch = Convert.ToChar ('a' | 'b' | 'c'); switch (ch) { case 'A': case 'a': Console.WriteLine ("case A | case a"); break; case 'B': case 'b': Console.WriteLine ("case B | case b"); break; case 'C': case 'c': case 'D': case 'd': Console.WriteLine ("case D | case d"); break; }....
MCQ->What is the minimum number of employed people in India in case of a IT Mega project?....
MCQ->What will be the output of the program? #include<stdio.h> int main() { int i=4; switch(i) { default: printf("This is default\n"); case 1: printf("This is case 1\n"); break; case 2: printf("This is case 2\n"); break; case 3: printf("This is case 3\n"); } return 0; }....
MCQ->Point out the error, if any in the program. #include<stdio.h> int main() { int P = 10; switch(P) { case 10: printf("Case 1"); case 20: printf("Case 2"); break; case P: printf("Case 2"); break; } return 0; }....
MCQ->International Finance Corporation (Ifc) Has Decided To Fund An Ultra Mega Power Project In Gujarat. This Project Belongs To—....
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