Correct my error please

code: https://ide.codingblocks.com/s/227369 for queue using linked list

hi @adityakaunhai
the error is because of
in line no 36
Queue q(10);

this is because you don’t have make and parametrised constructor

you just write
Queue q;
you code will run