fork download
  1. #include <stdio.h>
  2.  
  3. void Valor_Distinto (int Valor, *Valores) {
  4. int i = 0, valor = 0 ;
  5. while ( valorVetor != NULL ) {
  6. valorVetor = Valores[i];
  7.  
  8. if(ValorVetor == Valor)
  9. return;
  10.  
  11. i++;
  12. }
  13.  
  14. if(Valores[i] != NULL){
  15. Valores[i] = Valor;
  16. }
  17. }
  18.  
  19. int main(void) {
  20. // your code goes here
  21. return 0;
  22. }
  23.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:3:33: error: expected declaration specifiers or ‘...’ before ‘*’ token
 void Valor_Distinto (int Valor, *Valores) {
                                 ^
stdout
Standard output is empty