No posts with label This video hepls your in learn programming languages c++.. This C++ code write in Dev C++ editor........ Show all posts
No posts with label This video hepls your in learn programming languages c++.. This C++ code write in Dev C++ editor........ Show all posts

Program to check whether the reverse string is a palindrome

  # include < stdio.h > # include < string.h > int main ( ) { //declare variables char str1 [ 30 ] ; int i , len...