Subarray Sum Equals K in Linear Time Complexity [New] In this post, we will make a C++ program to print the total number of subarray sums equals k and another program based on the idea of a cumulative su…
Python Program to Check Armstrong Number using while loop Table of Contents In this program, we will make a Python Program to Check Armstrong Number using while loop and for loop. We will also ma…
Palindrome Program in C [New] It is a program to check whether the number is a palindrome or not in the c language. We will make it using for loop, a while loop, and functions. …
String Palindrome Program in C using for loop [New] In this post, we will make a String Palindrome Program in C using for loop. We will check whether the given string is palindrome or not. String Pali…