Posts by Tiago • 21 points
1 post
-
1
votes1
answer856
viewsQ: What causes the error "(.text+0x5b5)Undefined Reference to 'printf'"?
#include <stdio.h> #define MAX 100 #define INVALIDO "Operção Inválida!\n" #define IDENT "A matriz é identidade\n" #define NAO_IDENT "A matriz não é identidade\n" #define SIMETRICA "A…