Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Error in my C program. Please help.

1 visualización (últimos 30 días)
Virajan Verma
Virajan Verma el 26 de Nov. de 2018
Cerrada: Jan el 26 de Nov. de 2018
int
show_matrix(float c[9][27], int size1=9, int size2=9)
ERROR=expected ';' ',' or ')' before '=' token
  3 comentarios
Torsten
Torsten el 26 de Nov. de 2018
show_matrix(float c, int size1, int size2)
Define c and assign values to size1 and size2 before calling "show_matrix".
Walter Roberson
Walter Roberson el 26 de Nov. de 2018
C does not permit defining default values of parameters and does not permit initializing local variables in the function declaration or definition

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by