Posts by Sdcabc • 1 point
1 post
-
-1
votes2
answers237
viewsQ: Code conversion is giving error
I am trying to convert a code from C++ to C and doubts have arisen. The code starts like this: #include<bits/stdc++.h> using namespace std; void function(int x, int y, int z, char &teste,…