Posts by Patrick Amaral • 16 points
2 posts
-
0
votes1
answer1129
viewsQ: Mysql Workbench access denied
Good afternoon, I am having problems in mysql Workbench, is giving permission denied, but when I enter the terminal as superuser I get access. (image access denied on Workbench) (Terminal access…
-
0
votes2
answers17219
viewsA: Function that returns vector
I’ve put together an example of how you can manipulate your vector in the function I hope to help. #include <stdio.h> #include <stdlib.h> void alterarVetor(float vetor[], int tamanho){…