Re: printf("%d",float)
- From: vipvipvipvipvip.ru@xxxxxxxxx
- Date: Wed, 31 Oct 2007 10:30:19 -0700
#include <stdio.h>
int main(void) {
float pi = 3.1415f;
printf("%d\n", (int)pi);
return 0;
}
simple
.
- References:
- printf("%d",float)
- From: candy_init
- Re: printf("%d",float)
- From: andreyvul
- Re: printf("%d",float)
- From: Peter Nilsson
- Re: printf("%d",float)
- From: andreyvul
- printf("%d",float)
- Prev by Date: Re: printf("%d",float)
- Next by Date: Re: ***********Super C Language************
- Previous by thread: Re: printf("%d",float)
- Next by thread: Re: printf("%d",float)
- Index(es):