Computer Science, asked by mubeenjaveed630, 8 days ago

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 aishu198
3

Answer:

I don't understand your question

Similar questions