Izm2
This commit is contained in:
parent
e07ad28de9
commit
e3a28cfe47
@ -3,6 +3,10 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
|
||||||
|
int u;
|
||||||
|
int x;
|
||||||
|
|
||||||
struct Node {
|
struct Node {
|
||||||
int data;
|
int data;
|
||||||
struct Node* next;
|
struct Node* next;
|
||||||
@ -69,9 +73,6 @@ void main() {
|
|||||||
elLeftIx10(2);
|
elLeftIx10(2);
|
||||||
printList();
|
printList();
|
||||||
|
|
||||||
elLeftIx10(4);
|
|
||||||
printList();
|
|
||||||
|
|
||||||
clearList();
|
clearList();
|
||||||
printList();
|
printList();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user