cprogram
String Exercise Part -02
Problem 06: Write a program in C to check whether a string is a palindrome or not. Sample Input: “My name is andy” …
Problem 06: Write a program in C to check whether a string is a palindrome or not. Sample Input: “My name is andy” …
Problem 01: Write a program in C to concatenate two strings without using any library function. Sample input: “My name ” …
n C r = n! / r!(n-r)! n P r = n! / (n-r)! Solve for, nCr #include<stdio.h> #include <math.h> int…
Loop related problems Exercise 1: Write a program (WAP) that will print following series upto …