#include <stdio.h>//// Mettere qui il prototipo della funzione «primo».// // Mettere qui la descrizione della funzione «primo».//int main (void){ unsigned int x = 11; if (primo (x)) { printf ("%d è un numero primo.\n", x); } else { printf ("%d non è un numero primo.\n", x); } getchar (); return 0;}
Standard input is empty
prog.c: In function ‘main’: prog.c:10: warning: implicit declaration of function ‘primo’ /home/9x4HW1/cc8Akjoi.o: In function `main': prog.c:(.text+0x16): undefined reference to `primo' collect2: ld returned 1 exit status
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!