Unnamed: 0
int64 1
5.86k
| Question
stringclasses 24
values | Sample ANS
stringclasses 24
values | Student ANS
stringlengths 1
1.06k
| Score
float64 0
2.5
|
---|---|---|---|---|
5,850 | What are the methods to implement stack in C? | The methods to implement stacks are: (1) Array based (2) Linked list based | #include <stack.h>\nstack <int> q;\npush(q) = 1; | 0 |
5,851 | What are the methods to implement stack in C? | The methods to implement stacks are: (1) Array based (2) Linked list based | for implementation of stack in c we have to import the library and then create a valuable for the stack and give that a valid and then out stack is implement in c | 0 |
5,852 | What are the methods to implement stack in C? | The methods to implement stacks are: (1) Array based (2) Linked list based | In the form of \n1) array and \n2) linked list | 2.5 |
5,853 | What are the methods to implement stack in C? | The methods to implement stacks are: (1) Array based (2) Linked list based | stating of linked list connect to end of linked list it form like circular | 0 |
5,854 | What are the methods to implement stack in C? | The methods to implement stacks are: (1) Array based (2) Linked list based | queue. | 0 |
5,855 | What are the methods to implement stack in C? | The methods to implement stacks are: (1) Array based (2) Linked list based | stack could be used for many applications like in deletion and insertion in linked list | 0 |
5,856 | What are the methods to implement stack in C? | The methods to implement stacks are: (1) Array based (2) Linked list based | methods to implement stack in c is bucket sort, | 0 |