1
2
3
4
#include <stdio.h>
#include <math.h>
int main ()
...

C Quanti bit per rappresentar...

by Tanino Rulez, February 20, 2008 00:16, 2 refactorings, tagged with int, integer, bit

Dato un intero,determinare ...

D8e099f752011ec60e809a733ef32a7e Talk
1
2
3
4
#include <stdio.h>
int main ()
{
...

C Int or Double/Float ?

by Tanino Rulez, February 20, 2008 00:11, 1 refactoring, tagged with c, int, double, float

Dato un numero,restituisce ...

D8e099f752011ec60e809a733ef32a7e Talk