To work with array
Step 1
Description:
Array is a structured group of like elements given a common name.
Declaration:
array [index-type] of element-type
Example:
var
mark:array [1..40] of integer;
Post a Comment
No comments:
Post a Comment