Showing posts with label string. Show all posts
Showing posts with label string. Show all posts
Wednesday, September 7, 2016

thumbnail
PROGRAM TO FIND NUMBER OF CHARACTERS IN A STRING: #include<iostream> #include<cstring> using namespace std; main() { cha...
Monday, September 5, 2016

thumbnail
C++  PROGRAM TO CHECK GIVEN STRING IS IN PALLINDROME OR NOT: #include<iostream> #include<cstring> using namespace std; cl...
Friday, September 2, 2016

thumbnail
PROGRAM TO FIND NO OF CHARACTERS,DIGITS,SPACES,SPECIAL CHARACTERS IN A STRING :) #include<iostream> #include<cstring> using ...