Most voted "malloc" questions
Use this tag whenever the problem or question is related to memory allocation made through the function `malloc`
Learn more…52 questions
Sort by count of
-
-1
votes2
answers44
viewsStore words in a "char" vector
I’m trying to make an algorithm that returns the region of the CPF that was informed, but I’m bumping into the character limit that a variable of the type char allows in C language. I tried to…
-
-1
votes1
answer18
viewsC - String comparison with strcmp does not work
Guys, I’m trying to compare a string entered by the user in a dynamic array of strings with a predefined string. In the DO-WHILE loop the repetition should end as the string the user enters for FIM,…