Showing posts with label AdjacentCharecters. Show all posts
Showing posts with label AdjacentCharecters. Show all posts

C++ Code Check Whether The String Contains Adjacent Charecters Or Not


C++  Code Check  Whether The String   Contains Adjacent Charecters Or Not  :
============================================================


#include <iostream>
#include <string>
using namespace std;
int main()
{