Question Set

1. Which is not a type of elements ?





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->“Ask not, Say not, think not caste” are the words of?....
QA->“ Liquor is poison, make it not, sell it not, drink it not” are the words of?....
QA->Liquor is poison, make it not, sell it not, drink it not are the words of:....
QA->"Ask not, Say not, think not caste" are the words of:....
QA->Who advocated “Liquor is poison make it not, sell it not, drink it not”....
MCQ->Recently, there has been a concern over the short supply of a group of elements called 'rare earth metals'. Why? 1. China, which is the largest producer of these elements, has imposed some restrictions on their export. 2. Other than China, Australia, Canada and Chile, these elements are not found in any country. 3. Rare earth metals are essential for the manufacture of various kinds of electronic items and there is agrowing demand for these elements. Which of the statements given above is/are correct?....
MCQ->Which of the following statements are correct about datatypes in C#.NET? Every datatype is either a value type or a reference type. Value types are always created on the heap. Reference types are always created on the stack. Mapping of every value type to a type in Common Type System facilitates Interoperability in C#.NET. Every reference type gets mapped to a type in Common Type System.....
MCQ->Which of the following statements are correct? We can assign values of any type to variables of type object. When a variable of a value type is converted to object, it is said to be unboxed. When a variable of type object is converted to a value type, it is said to be boxed. Boolean variable cannot have a value of null. When a value type is boxed, an entirely new object must be allocated and constructed.....
MCQ->Which of the following statements are correct about the C#.NET code snippet given below? int[] a = {11, 3, 5, 9, 4}; The array elements are created on the stack. Refernce a is created on the stack. The array elements are created on the heap. On declaring the array a new array class is created which is derived from System.Array Class. Whether the array elements are stored in the stack or heap depends upon the size of the array.....
MCQ->Which of the following statements are correct? All operators in C#.NET can be overloaded. We can use the new modifier to modify a nested type if the nested type is hiding another type. In case of operator overloading all parameters must be of the different type than the class or struct that declares the operator. Method overloading is used to create several methods with the same name that performs similar tasks on similar data types. Operator overloading permits the use of symbols to represent computations for a type.....
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