Stringop

Stringop

class name : stringop Dat members :String str member function : Stringop(): to initialize str with NULL void encode(): to replace and print each character of the string with second next character in ACII table. Example : A with C,B with D and so on..... void print(): to print each word of the String in a seperate line.

View Answers









Related Tutorials/Questions & Answers:
Stringop
Stringop  class name : stringop Dat members :String str member function : Stringop(): to initialize str with NULL void encode(): to replace and print each character of the string with second next character in ACII table. Example

Ads