/* teht6.cpp */ #include void tulosta(i) int i; { printf("Luku on %d\n",i); } int main(void) { tulosta(3); tulosta(20.99); return 0; }