Question: Consider the given function definition void initialize ( struct DataStructure * d ) { d front = d rear = SIZE - 1 ; }

Consider the given function definition
void initialize(struct DataStructure *d)
{
d front =d rear = SIZE -1;
}
What kind of data structure will the function initialize?
a. Circular Queue
b. Linked List
c. Stack
d. Linear Queue
 Consider the given function definition void initialize(struct DataStructure *d) { d

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!