DataMuseum.dk

Presents historical artifacts from the history of:

CP/M

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about CP/M

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦5a2ed6a65⟧ TextFile

    Length: 128 (0x80)
    Types: TextFile
    Names: »MULT.C«

Derivation

└─⟦1275f6521⟧ Bits:30005823 BD Software C Compiler v1.50a
    └─ ⟦this⟧ »MULT.C« 

TextFile

main()
æ
int a,b;
printf("Indtast tal");
scanf("%d%d",&a,&b);
a=a*b;
printf("resultat %d",a);
å«eof»