Chris Young
|
Registered User
|
I tend to only answer C questions, though I also program in Python, Perl, a few lisp dialects, as well as a few archaic things.
|
|
Oct 15 |
comment |
Does malloc() allocate a contiguous block of memory? @Robert S. Barnes: You are not incorrect, but the physical layout is entirely irrelevant to the C standard. It only matters that it appears contiguous to the program when accessed in a well-defined manner. It's equally true and irrelevant to point out that the memory might not be contiguous because it may span several pieces of silicon. |
|
Oct 14 |
comment |
Pointer to literal value Aside from wanting to use it in a case statement, why else do you need it? In one of your answers below you said you also wanted it to apply to floats, but you can't use a float as a case statement expression anyway. |
|
Oct 14 |
revised |
Pointer to literal value elaboration; added 137 characters in body |
|
Oct 14 |
answered | Pointer to literal value |
|
Sep 24 |
awarded | ● Nice Answer |
|
Sep 16 |
awarded | ● Yearling |
|
Aug 5 |
comment |
How do I check if an integer is even or odd? My benchmark? What benchmark? I didn't do any benchmarking. I examined the generated assembly language. This has absolutely nothing to do with printf. |
|
Jun 21 |
awarded | ● Nice Answer |
