+ 1
What is the default size
Can please anyone tell me that what is the default size for short and long modifiers.Pls give me in detail
4 Antworten
+ 4
For that, you use the sizeof() operator. But usually, short is 2 bytes and long is 4 bytes.
+ 4
@Suyash please specify the language in your question for more answers.
BTW you are asking about c++ data types right ?
+ 2
Thanks
+ 2
yes