singly

Run Settings
LanguageC++
Language Version
Run Command
#inlcude <iostream> using namespace std; struct Node{ int data; Node* next; }; int main(){ Node* head; head = NULL; insertAtEnd(&head) return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines