URL: https://www.overclockers.at/coding-stuff/frage_in_quotcquot_65162/page_2 - zur Vollversion wechseln!
Zitatint rest=first%second;
] net 
Zitat von Mariusjo, wie schreib ich in C a prog, indem 17 durch 2 dividiert wird, und der rest !!auch!! ausgegeben wird ???

Zitat von xdfk@rettich

Zitat von Mariusjo, wie schreib ich in C a prog, indem 17 durch 2 dividiert wird, und der rest auch ausgegeben wird ???
-------------------------------------
# include <stdio.h>
void main (void) {
int first=17;
int second=2;
}
wie gehts weiter, nach int sec...... ??? ps. mach des heut des erste mal

Zitat von that#include <stdio.h>
void main() { printf("Ergebnis:%d Rest:%d", 8, 1); }

programmiertechnisch gesehen ist windows ein trauerspiel 
overclockers.at v4.thecommunity
© all rights reserved by overclockers.at 2000-2025