Re: how to print a short and long integer?
- From: jacob navia <jacob@xxxxxxxxxxxxxxxx>
- Date: Sun, 25 Sep 2005 09:15:03 +0200
Lew Pitcher a écrit :
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
a wrote:
short s; long l; s= -2; l= -3; printf("% _ %_",s, l); What characters should be filled out in the formatted string for output?
printf("%d %ld",s,l);
Why did you do his homework Lew?
It doesn't really help him. He will stay a lazy student, used to get around without doing any effort.
This question can be answered with a *minimal* effort, but he doesn't even want to do that little. .
- References:
- how to print a short and long integer?
- From: a
- Re: how to print a short and long integer?
- From: Lew Pitcher
- how to print a short and long integer?
- Prev by Date: Re: Pelles C POLIB.EXE /EXPLODE utility
- Next by Date: Re: Verify Html Tag
- Previous by thread: Re: how to print a short and long integer?
- Next by thread: Re: how to print a short and long integer?
- Index(es):
Relevant Pages
|
|