WHAT is wrong witc dev c++ this cod isnt running what is the mistake just focus on the eror line not the other stuffs PLEASE | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

WHAT is wrong witc dev c++ this cod isnt running what is the mistake just focus on the eror line not the other stuffs PLEASE

#include <stdio.h> #include <stdlib.h> #include <math.h> int main() { int *alan1 =malloc(10*sizeof(int)); int *alan2 = alloc(10,sizeof(int)); for(int i=0;i<10;i++){ printf("%d",alan1[i]); } }

23rd May 2020, 3:06 PM
Abc def
Abc def - avatar
0 Resposta