Label 2

Menu

Constants

Constants as the name suggests , never change during the execution of program.They remain same throughout the program execution.
When the user wants a value that never changes, a constant can be declared and created.
 
The syntax for declaring a constant is:
 
(Public|Private) Const constantname (As type) = expression
 
The const statement can be declared as:
 
Public const pie as single=3.14
 
Pages (5)12345 Next
 
Support : Crazy Website | crazy Template | admin
Copyright © 2013. AMC ENGINEERING COLLEGE - All Rights Reserved
Template Modify by Crazy Website
Proudly powered by ADMIN