subject

You need to write is int is palindrome(char *str). a palindrome (string) is a string, which is the same backwards as forwards. examples of palindromes is otto, racecar, mom. a case-insensitive-palindrome is a string which is the same backwards and forwards where we ignore case. i. e m is same as m examples of case-insensitive-palindrome are mom abcdcba racecar roonoor abc mm cba you are to write a function is palindrome which is passed a string which determines if the string is a case-insensitive-palindrome. if it is, the function returns a 1, otherwise the function returns a zero. you can assume that the string is at most of length 100. you are not allowed to declare an additional array in your function. you are allowed to use any standard library string functions mom racecar roonoor abc mm cba

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 09:00
Create a cell reference in a formula by typing in the cell name or         a. right-clicking the cell. b. clicking the cell. c. clicking the column where the cell is located. d. clicking the row where the cell is located.
Answers: 1
question
Computers and Technology, 22.06.2019 11:30
Awell-diversified portfolio needs about 20-25 stocks from different categories is this true or false?
Answers: 2
question
Computers and Technology, 22.06.2019 18:00
When is it appropriate to use an absolute reference
Answers: 1
question
Computers and Technology, 23.06.2019 01:10
Problem 1 - hashing we would like to use initials to locate an individual. for instance, mel should locate the person mark e. lehr. note: this is all upper case. generate a hash function for the above using the numbers on your telephone. you know, each letter has a number associated with it, so examine your telephone keypad. generate 512 random 3 letter initials and take statistics on a linked list array size 512 to hold this information report how many have no elements, 1 element, 2 elements, does this agree with the hashing statistics distribution?
Answers: 1
You know the right answer?
You need to write is int is palindrome(char *str). a palindrome (string) is a string, which is the s...
Questions
question
Mathematics, 19.02.2021 17:40
question
Mathematics, 19.02.2021 17:40
question
Mathematics, 19.02.2021 17:40
question
Mathematics, 19.02.2021 17:40
question
Health, 19.02.2021 17:40
question
Mathematics, 19.02.2021 17:40
Questions on the website: 13722362