Posts by Mdsp • 113 points
2 posts
-
1
votes0
answers28
viewsQ: How to run a partid Javascript function from my Dropdown button?
I have a Dropdownbutton made in Css, follow the html code: <html> <head> <link href="./mainScreen.css" rel="stylesheet" /> <script src="./mainScreen.js"></script>…
-
0
votes1
answer1217
viewsQ: Function to invert vector c
I’m a beginner in c and I’d like to know what’s going wrong with my code. I know I did a trick on the job, but that’s where I got the closest. #include <stdio.h> void inverte(int vetor_A[ ],…