1. In the case of a contract the information received from an unauthorised person is ineffective was formed in:




Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->Under which operation launched by the Railway Protection Force (RPF) as many as 1,371 people were arrested and over 69,294 bottles were seized in an all India drive to crackdown the selling of unauthorised packaged drinking water?....
QA->A civil case becomes a fit case for appeal to the Supreme Court if:?....
QA->There is a group of persons each of whom can complete a piece of work in 16 days, when they are working individually. On the first day one person works, on the second day another person joins him, on the third day one more person joins them and this process continues till the work is completed. How many days are needed to complete the work?....
QA->The average weight of 8 person’s increases by 5 kg when a new person comes in place of one of them weighing 65 kg. What is the weight of the new person?....
QA->According to the provisions of the Right to Information Act, 2005 the amount of penalty for not providing information by public authorities amounts to:....
MCQ->In the case of a contract the information received from an unauthorised person is ineffective was formed in:....
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->5 persons are sitting in row. One of the two persons at the extreme ends is intelligent and other one is fair. A fat person is sitting to the right of a weak person. A tall person is to the left of the fat person. And the weak person is sitting between the intelligent and fat person Fat person is sitting on whose left hand side?....
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; }....
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