code: https://ide.codingblocks.com/s/227369 for queue using linked list
Correct my error please
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