1. The methods used by COBOL to define that structure of a data item in terms of characters, digits, etc. is






Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->A number consists of two digits.The digits in the ten’s place is 2 times of the digit in the unit’s place.If 36 is substracted from the number,the digits are reversed.The number is....
QA->In a relational database, this is a data structure that organizes the information about a single topic into rows and columns–....
QA->What function displays row data in a column or column data in a row?....
QA->New methods used in chemistry which aim to reduce pollution are called?....
QA->. The ability to find an individual item in a file immediately ………………….. is used.....
MCQ->The methods used by COBOL to define that structure of a data item in terms of characters, digits, etc. is....
MCQ->Which of the following statements are correct about the structure declaration given below? struct Book { private String name; protected int totalpages; public Single price; public void Showdata() { Console.WriteLine(name + " " + totalpages + " " + price); } Book() { name = " "; totalpages = 0; price = 0.0f; } } Book b = new Book(); We cannot declare the access modifier of totalpages as protected. We cannot declare the access modifier of name as private. We cannot define a zero-argument constructor inside a structure. We cannot declare the access modifier of price as public. We can define a Showdata() method inside a structure.....
MCQ->In which of the following should the methods of a class differ if they are to be treated as overloaded methods? Type of arguments Return type of methods Number of arguments Names of methods Order of arguments....
MCQ->Consider the following features of 'structures' in C? The values of a structure variable can be assigned to another structure variable of the same type using the assignment operator.One structure can be nested within another structure.A variable structure can also be passed to a function. Which of the above are correct?....
MCQ->Consider the following statements : Assertion (A) : Biserial may be used with continuous variables which have been grouped into two categories. Reason (R) : Phi coefficient is most useful in item analysis when we want to know the item-item correlation. Now select your answer according to the coding scheme given below :....
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