Posts by mahr • 43 points
2 posts
-
2
votes1
answer363
viewsQ: Variable double receiving comma value in API - . Netcore
Hello, I created an API that receives two parameters from another project (requirement of college work), is the calculation of the BMI, so it receives weight and height and makes the calculation,…
-
2
votes2
answers324
viewsQ: How to declare a component of a static struct in the function? C
In the file . h: struct conectores { int entrada[n]; int busca[n]; } conect; struct connectors conect; void cadastra_entrada(FILE *fp, int cont, struct conectores conect, int entrada[n]); Function:…