Posts by dzarm • 21 points
1 post
-
0
votes1
answer1979
viewsQ: I cannot identify the error - |35|error: ’d' undeclared (first use in this Function)|
I am programming in C/C++ and gave an error that I cannot identify it. #include <stdio.h> #include <stdlib.h> #include <stdbool.h> //Função Principal do Programa int main() {…