Visual Studio Code – In C: Created a node, forgot return the pointer to the node, but code still runs as if I returned it
I was implementing some data structures for fun in C, and I was comparing the speed to other data structures I implemented. This one is a closed addressing hash table. This is the code I used to create a node…