Skip to content

gustavodornelas/matriz-dinamica-transversa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Exercício

Escreva uma função que recebe uma matriz NxM (N linhas e M colunas), calcula e retorna a matriz transposta.

Utilize a seguinte assinatura para a função: int** transposta(int** matriz, int linhas, int colunas);

Exemplo: Matriz 3 x 2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages