Letter after a number, what is it called?

后端 未结 5 1277
无人及你
无人及你 2020-12-10 01:53

What is this called?

double  d1 = 0d;
decimal d2 = 0L;
float   d3 = 0f;

And where can I find a reference of characters I can use? If I want

5条回答
提交回复
热议问题