Status
Topics
Forum
Replies
Views
Last Post
Consider the following definition in c programming language struct node{int data; struct node * next;}typedef struct node NODE;NODE *ptr;Which of the following c code is used to create new node?
Data Structures and Algorithms Questions MCQs
1
268
7 months ago
The postfix form of the expression(A+B)*(C*D- E)*F / G is?
Data Structures and Algorithms Questions MCQs
1
125
7 months ago
In Linked List implementation, a node carries information regarding _____?
Data Structures and Algorithms Questions MCQs
0
146
9 months ago
Linked list is considered as an example of ____ type of memory allocation.
Data Structures and Algorithms Questions MCQs
0
119
9 months ago
In linked list each node contain minimum of two fields. One field is data field to store the data second field is?
Data Structures and Algorithms Questions MCQs
0
134
9 months ago
0
138
9 months ago
A normal queue, if implemented using an array of size MAX_SIZE, gets full when
Data Structures and Algorithms Questions MCQs
0
136
9 months ago
0
121
9 months ago
What is the result of the following operation?Top (Push (S, X))
Data Structures and Algorithms Questions MCQs
0
121
9 months ago
0
109
9 months ago
In a stack, if a user tries to remove an element from empty stack it is called ____?
Data Structures and Algorithms Questions MCQs
0
108
9 months ago
What is the value of the postfix expression 6 3 2 4 + – *:
Data Structures and Algorithms Questions MCQs
0
112
9 months ago
Process of inserting an element in stack is called___?
Data Structures and Algorithms Questions MCQs
0
145
9 months ago
In general, the index of the first element in an array is ?
Data Structures and Algorithms Questions MCQs
1
144
9 months ago
When does the Array Index Out Of Bounds Exception occur?
Data Structures and Algorithms Questions MCQs
0
133
9 months ago
0
121
9 months ago
0
131
9 months ago
____ level is where the model becomes compatible executable code ?
Data Structures and Algorithms Questions MCQs
0
137
9 months ago