Programming Algorithms Question:
Download Job Interview Questions and Answers PDF
Explain the function SUB in algorithmic notation?
Answer:
In the algorithmic notation rather than using special marker symbols, generally people use the cursor position plus a substring length to isolate a substring. The name of the function is SUB.
SUB returns a value the sub string of SUBJECT that is specified by the parameters i and j and an assumed value of j.
SUB returns a value the sub string of SUBJECT that is specified by the parameters i and j and an assumed value of j.
Download Programming Algorithms Interview Questions And Answers
PDF
Previous Question | Next Question |
What are the arguments present in pattern matching algorithms? | In Algorithmic context how would you define book keeping operations? |