- 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
推薦閱讀
- Java多線程編程實戰指南:設計模式篇(第2版)
- Qt 5 and OpenCV 4 Computer Vision Projects
- 軟件界面交互設計基礎
- PostgreSQL技術內幕:事務處理深度探索
- C語言程序設計
- Mastering Apache Maven 3
- RISC-V體系結構編程與實踐(第2版)
- App Inventor創意趣味編程進階
- Python程序設計與算法基礎教程(第2版)(微課版)
- Emgu CV Essentials
- ABAQUS6.14中文版有限元分析與實例詳解
- Google Maps JavaScript API Cookbook
- 網絡綜合布線與組網實戰指南
- 基于Docker的Redis入門與實戰
- Visual C++ 開發從入門到精通