The code I have pasted is a linked list implentation where I am doing some create/insert/delete operations on a linked list. But I am getting the following error and unable to fix it. Any help to point out the mistake would be great.
Error: 1 error C4703: potentially uninitialized local pointer variable 'q' used