Write a C++ function(s) based program that accepts a cstring (null-terminated character array)
and an integer n to return a cstring made of n repetitions of the last n characters of the cstring.
You may assume that n is between 0 and the length of the cstring, inclusive. Another function
should take this cstring and return an Integer array that contains the ascii values of characters.
Answers
Answered by
3
Answer:
I don't understand your question
Similar questions
English,
21 days ago
Computer Science,
1 month ago
Computer Science,
1 month ago
English,
8 months ago