<!DOCTYPE html> <html> <body> <caption>Definitions of various terms</caption> <dl> <dt>String</dt> <dd>It is the group of characters in the double qoutaion marks.</dd> <dt>Operators</dt> <dd>The operators perform operations on operands and do calculations.</dd> <dt>String length</dt> <dd>String length means the no. of characters in a string</dd> </dl> </body> <html>
Run
×
Share