Study Notes (45): C # fast entry - Constant

Learning immediately: https://edu.csdn.net/course/play/20589/257755?utm_source=blogtoedu

constant

const keyword modified variables, constants called

Features:

    In a statement after the assignment, the assignment can not be secondary

grammar:

    = const constant value type variable names;

 

Published 34 original articles · won praise 0 · Views 303

Guess you like

Origin blog.csdn.net/u013162262/article/details/104880899