Informática, perguntado por rossearaujo, 7 meses atrás

Reescreva em Linguagem C o programa abaixo usando aloca-
ção dinâmica.

i n t main ( ) {
f l o a t m at r i x [ 5 0 ] [ 5 0 ] ;
i n t i , j ;
f o r ( i = 0; i < 50; i ++ ) {
f o r ( j = 0; j < 50; j ++ ) {
m at r i x [ i ] [ j ] = 0 . 6 ;
}
}
r e t u r n 0;
}

Soluções para a tarefa

Respondido por larissa3997
0
Cade à imagem? Sem imagem não consigo ajudar
Perguntas interessantes