Group D

Q25: A palindrome is a string of characters that‘s the same forward and backward. Write a C++ program with functions: a) To print original string followed by reversed string using stack b) To check whether given string is palindrome or not.

Other Questions in Data Structures Laboratory

See All Available Questions