Visual Studio Code – When I run/debug C program, malloc() seems to be assigning "rrrrrr…" to a pointer and I am not sure why?
I am working through the Harvard cs50x courses and I have purposefully been avoiding using their cs50.h library so that I don't have another hoop to jump through re-learning how to code certain things in C. Here is my code:…