[solved] – Question 83112
I have an assignment where i have to use the malloc function to allocate memory for 2 input strings, problem is whenever i try to print my scanned strings they have unwanted random characters at their end (for example i have 2 string inputs each in new line, being abc and def, when i want to print them it comes out as abc²²²² and def²²²²
Expert Answer
OR

