c++ write string

0

Write a C++ program that displays a Letter Pyramid from a user-provided std::string. Prompt the user to enter a std::string and then from that string display a Letter Pyramid as follows: It's much easier to understand the Letter Pyramid given examples.

By Beginner Jimmy Lehner at Nov 10 2020

-1

Write a C program to check whether the string is a palindrome without using string functions.

By Beginner YooPita at Nov 22 2020

-1

Write a c program to count the different types of characters in given string.

By Double Wooden Hammer Disgusted Dogfish at Aug 24 2020


Related code examples


Code examples by languages