subject

// problem 5: encryptstrings (5 points) // use pointer ptr to traverse the 2d character array 'strings' and encrypt each string in 2 step as follows- // 1) reverse the strings. hint: use 'reversestrings()' for this step. // 2) shift the characters forward by the integer value of 'key'. // if the string is "hello" and key = 2, reversing will get you "olleh" and adding key to it will result in "qnnfj". // once the value of 'key' gets larger, you will extend past alphabetical characters and reach non-alphabetical characters. thats ok. // note: do not encrypt the null terminator character. use the null terminator to find the end string. // if you could not implement skip using it in this function. you will receive partial credit.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 06:50
Match the personality traits with their description
Answers: 1
question
Computers and Technology, 23.06.2019 22:00
Technician a says engine assemblies can be mounted longitudinally in a chassis. technician b says engine assemblies can be mounted transversely in a chassis. who is correct?
Answers: 2
question
Computers and Technology, 24.06.2019 11:00
Why is it uncommon for users to perform searches directly in database tables? a.)users are discouraged from interacting directly with tables because they might confuse tables with spreadsheets. b.) users are discouraged from interacting directly with tables because this may result in unintended changes to source data. c.)users do not have the technical skills required to perform searches directly in database tables. d.)users do not have the permissions required to perform searches directly in database tables.
Answers: 1
question
Computers and Technology, 24.06.2019 12:30
Why does the pc send out a broadcast arp prior to sending the first ping request
Answers: 1
You know the right answer?
// problem 5: encryptstrings (5 points) // use pointer ptr to traverse the 2d character array 'stri...
Questions
question
Mathematics, 05.05.2020 22:03
question
English, 05.05.2020 22:03
Questions on the website: 13722360