Ds 2 Mark Questions
Ds 2 Mark Questions
A
/ \
B C
/ \
D E
markdown
*
/ \
- -
/ \ / \
a 3b 2x y
struct Node {
int data;
struct Node* next;
};