Define string in an algorithmic notation and an example to support it?

Submitted by: Administrator
In the algorithmic notation, a string is expressed as any sequence of characters enclosed in single quote marks.
E.g. a single quote contained within a string is represented by two single quotes. Therefore, the string “It is John`s program.” is represented as ‘IT IS JOHN”S PROGRAM.'.
Submitted by: Administrator

Read Online Programming Algorithms Job Interview Questions And Answers