- Learn C# in 7 days
- Gaurav Aroraa
- 65字
- 2021-07-08 09:51:27
Declarative statement
Whenever you declare a variable or constant, you are writing a declarative statement. You can also assign the values to variables at the time of declaration of variables. Assigning values to variables at time of declaration is an optional task, but constants are required to assign values at the time you declared them.
This is a typical declarative statement:
int singleLineStatement; //declarative statement
推薦閱讀
- UI圖標創意設計
- Flask Web全棧開發實戰
- Expert C++
- 玩轉Scratch少兒趣味編程
- Visual Basic .NET程序設計(第3版)
- Django:Web Development with Python
- 從0到1:HTML+CSS快速上手
- Learning Python Design Patterns(Second Edition)
- Python數據分析從0到1
- 琢石成器:Windows環境下32位匯編語言程序設計
- Python Web數據分析可視化:基于Django框架的開發實戰
- Android系統級深入開發
- 編程菜鳥學Python數據分析
- jQuery炫酷應用實例集錦
- Python圖形化編程(微課版)