Posts by vitorfranca • 3 points
2 posts
-
0
votes1
answer47
viewsA: Algorithm in C loop of for repeating response
Hello, I noticed that your code has some redundancies, for example equal commands within the if and in Else, unused variables and did not include the mathematical library to use the Pow function, I…
-
0
votes1
answer61
viewsQ: Call function to allocate vector in C
Hello, I’m creating a program to call a function that should allocate a vector to be used in main(), but I’m having difficulty, I imagine I should use a pointer to pointer, but I don’t have much…