edit: meinst du mit einer extra for-Schleife zur Ausgabe des arrays bis count? so:
Code:
int j;
for(j=0; j<count; j++){
printf("%d\n", Primzahlen[j]);
}
So verstehe ICH die Aufgabenstellung.
Ich bin mir ziemlich sicher, dass man nicht die Anzahl der wirklichen Einträge eines Arrays berechnen kann.
Das Mitzählen mit der count-Variable ist das einzig wirklich sinnvolle.
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."