To work with record
Step 1
Description:
The components of a record are called fields. Each field has its own field identifier and type
Example:
type
student=record
StudentNo:longint;
StudentName:string;
Department:string;
end;
Post a Comment
No comments:
Post a Comment