Structures may be returned by functions

Nasza ocena:

3
Wyświetleń: 315
Komentarze: 0
Notatek.pl

Pobierz ten dokument za darmo

Podgląd dokumentu
Structures may be returned by functions - strona 1

Fragment notatki:

Structures may be returned by functions typedef struct { float re, im; } cplx; cplx mult(cplx c, float x) { c.im *= x; c.re *= x; return c; } ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz