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