Posts by gustavo • 1 point
1 post
-
-6
votes1
answer104
viewsQ: General problems in C
#include <stdio.h> #include <string.h> #define Nome "nome" #define TAM_STRING 12 void main(void) { char * str; str = (char*) malloc(TAM_STRING); if(str == NULL) { printf("Não já espaço…