#Datatypes and their sizes!
1 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
"a" is an array of 2 characters.
Is it like this?
{"a", "\0"}
Yes but with single quotes.
<pendantic mode="on">
The format specifier for size_t is "zu", so technically it should read
printf("%zu", sizeof(something));
</pedantic>
Alright, I'll take this as granted
!solved