Data and File Structures
Description: Data structure Data Structures and AlgorithmsData StructureData Structures | |
Number of Questions: 25 | |
Created by: Amit Pandey | |
Tags: Data structure Data Structures and Algorithms Data Structure Data Structures |
In which of the following files, each record must have associated with it in integer key value that will help to identify the slot?
Which of the following functions is used to return floating point remainder of a given expression x/y?
Which of the following data structures is a special type of data structure in which insertions and deletions are done either at the front end or at the rear end of the queue?
Which of the following functions accepts file pointer as a parameter and resets the position of the file pointer to the start of the file?
Which of the following functions is used to add/append the content of the source string into the content of the target string?
Which of the following string functions is used to copy first n characters of one string to another string?
Which of the following functions is used to obtain the current position of the file pointer?
Which of the following files is similar to the relative file except that the key value need not be an integer?
Which of the following functions pushes the character read previously using getc() back into input stream pointed to by the file pointer?
A variable is said to belong to which of the following classes, if the validity of the variable is from the point of definition of the rest of the program?
Which of the following data structures represents the collection of objects which may or may not contain duplicates?
Which of the following mathematical functions is used to return arc tangent of the given expression x/y?
Which of the following mathematical functions is used to return arc tangent of the given variable x?
At which of the following specification of the data structure, the user or data structure designer is free to think outside the bounds of anyone programming language?
In which of the following specification of the data structure, one needs to determine where the data will reside and allocate space in that storage area?
Which of the following string functions is used to compare first n characters of the given two strings?
Which of the following operators is used to get the content of the address pointed by a pointer variable to a particular memory location?
Which of the following classes concerns itself with the permanence of the variables?
In which of the following files, no sequence is imposed on the storage of records in the data files, therefore no overflow area is needed?
Which of the following data structures represents an ordered list in which insertion and deletion both occur only at one end?
Which of the following file control functions is used to move the file pointer to the desired position within the file?
Which of the following functions accepts file pointer, as a parameter and returns either a non zero integer or a zero integer?
Which of the following data structures represents a list where the order does not matter to the application and it may contain duplicates?
Which of the following operators is used in providing a global scope form the variable?
When data structures such as arrays, structures and unions, set of values rather than just one, are to be referred then which of the following operators is used?