Array is Linear data structure
Array is Linear data structure
Queue data structure works on
Which is not a primitive data type?
A queue is a,
A queue is a,
Which of the following data structure is linear data structure?...
What
is int stands for?
Which of the following data structure is linear data structure?...
For a binary search algorithm to work, it is necessary that the array...
What
is the symbol of increment
A linear collection of data elements where the linear node is given by...
Which is not primitive data structure
Binary search tree is also called two way search tree
A linear collection of data elements where the linear node is given by...
Binary search tree is also called two way search tree
A multidimensional array is declared as such:
...
A subscript/index must be an integer or integer expression (using any...
What
is the symbol of decrement
The position number is more formally called a subscript or index (this...
In the statement:int a [ arraySize ] = { 87, 64, 52, 4, 45, 63, 55,...
Static int array1[ arraySize];Will initialize each element to 0 the...
Stack is work on the principal of
1.44 log n is the worst case height of an AVL tree.
An algorithm that calls itself directly or indirectly is...
____________ are data structures consisting of related data items of...
Which is the array name?int int1[ int2 ];
When passing an array to a function, the array size is normally passed...
The value of the name of the array is the address in the computer’s...
Stack is work on the principal of
[ ] and ( ) have the highest precedence
Pass by reference means that the calling function can read and write...
A multidimensional array is declared as such:int array[ [] ];
Which data structure allows deleting data elements...
The memory address of the first element of an array is called
Int n[11];What is the last index number (or subscript) of this array?
Applying 'static' to an array declaration will allow the array not to...
C++ passes arrays to functions by reference—the called functions can...
Which of the following is an array declaration with initalizers
The name of the array is the address in the computers memory of the...
Time complexity of linear search is
Concept of array employes Wastage of memory
Which data structure is needed to convert infix notation to postfix...
Overflow condition in stack is called
The situation when in a linked list START=NULL is
Which data structure is needed to convert infix notation to postfix...
If the array size is omitted from a declaration with an initializer...
Although entire arrays are passed by reference, individual array...
A full binary tree with n leaves contains
Overflow condition in stack is called
Highest precedence is
AVL stands for
Which method can find if two vertices x & y have path between...
Highest precedence is
If a static array is not initialized explicitly by you, each element...
Which is not predefine string function
AVL stands for
Time complexity of linear search is
Concept of array employes Wastage of memory
A full binary tree with n leaves contains
An array is a ....
Which is not predefine string function
Representation of data structure in memory is known as:
To refer to a particular location or element in the array, we specify...
What is the most dominant method for accessing and printing an entire...
This statement will not compileint array[] = {1, 2, 3, 4};
Which is not application of stack
Representation of data structure in memory is known as:
Quick sort is also known as
Passing arrays by value would mean that each element would be copied...
A multidimensional array cannot be initialized in its...
A leaf node have degree
An adjacency matrix representation of a graph cannot contain...
Void function1( array );
...
Leaf node is also called internal node
Only constants can be used to declare the size of automatic and status...
Each data item in a record may be a group item composed of sub-items;...
Under which condition circular queue is Full
Leaf node is also called internal node
Each data item in a record may be a group item composed of sub-items;...
Quick sort is also known as
Which is not application of stack
The value of structure is resizing during run time by using
This is a static arrayint n[];
An adjacency matrix representation of a graph cannot contain...
Disadvantage of linear queue is overcome by using
The best average behaviour is shown by
At ___________ , the compiler reserves the appropriate amount of...
The best average behaviour is shown by
The value of structure is resizing during run time by using
Disadvantage of linear queue is overcome by using
C
language was develop on what year?
It is good practice to declare more than one array per declaration to...
Int n[11];How many possible elements can be stored in this array?
How many types of queue's are available
How many types of queue's are available
Which of the following statement is false?
Which of the following statement is false?
Brackets ' [ ' have a higher precedence than ' ( '
If the array size is omitted from a declaration with an initializer...
Not assigning a value to a constant variable when it is declared....
A variable P is called pointer if
A variable P is called pointer if
Which of the following data structure is non-linear...
Which of the below mentioned sorting algorithms are not stable?
The postfix form of the expression (A+ B)*(C*D− E)*F / G is
The postfix form of the expression (A+ B)*(C*D− E)*F / G is
Quick sort algorithm is an example of _____
Which of the following is not a limitation of binary search algorithm?
In which of the following scenarios would using a self-balancing...
In order to declare an array of a certain size, you must indicate...
Const int x;x = 7;Will this compile?
If a static array is not initialized explicitly by you, the program...
Const int rows = 2;const int columns = 3;int array1[ rows ][ columns ]...
Vectors are declared as such:
Identify the data structure which allows deletions at...
The elements of an array are stored successively in memory cells...
Under which condition circular queue is Full
Which of the following is not the required condition for binary search...
A particular way of storing and organizing data in...
How many types of sorting in data structure
Defining the size of each array as a constant variable instead of a...
C++ passes arrays to functions by value—the called functions can...
Data is nothing but
Data is nothing but
C
language was created by who?
Void function1( array[] );This function will operate correctly,...
Pass by value means that the calling function can read and write to...
The depth of a complete binary tree is given by
What is wrong with this code?int SIZE = 7;int array[ SIZE ];
Specifies
a file to be included
A graphical or
symbolic representation of a process.
Arrays with two dimensions (i.e., subscripts) often represent tables...
A B-tree is called
Arrays are always _______ structures because they remain the same size...
The
fundamental looping statement in C
Bubble SortThe first iteration of this algorithm takes the second...
A B-tree is called
How many types of sorting in data structure
Consider a B+-tree in which the maximum number of keys in a node is 5....
A
diamond flow chart shape indication a branch in the process flow.
The first element in every array has subscript ______ and is sometimes...
A
...
An array is a _____________ group of memory locations that all have...
An
...
A program initializes static local arrays when their declarations are...
A
rectangular flow chart shape indicating a normal process flow step.
A
common error when writing for the loops is to place a _____ ?
To pass an element of an array to a function, use the array name as an...
Arrays with multiple dimensions are known as ______ by _________...
A small, labeled, circular flow chart shape used to indicate a...
Which one of the following is a key factor for preferring B-trees to...
Providing more initializers in an array initializer list than there...
On which prinicple does stack work?
General-purpose
computer programming language
Character arrays can also represent ________ (hint: types)
_________ sort is a simple, but inefficient, sorting algorithm.
Select all that apply. Vectors are more powerful than arrays because:
Set
of Instruction
The linear search compares each element of an array with a __________
Arrays with 2 dimensions are called ___________
A
function which has its protype defined in conio.h header file
Tag for Stands
for "standard input/output header"
It is a tag for C
...