#Include Int Main (Char STR (100) Int I 0 : Program To Print Characters in A String
#Include Int Main (Char STR (100) Int I 0 : Program To Print Characters in A String
#include <stdio.h>
int main()
{
char str[100];
int i = 0;
char line[150];
int vowels, consonant, digit, space;
line[i] = tolower(line[i]);
++vowels;
}
return 0;
}
Q) C Program to Remove all Characters in a String Except
Alphabets
#include <stdio.h>
int main() {
char line[150];
return 0;
}
Program to count the total number of punctuation characters
exists in a string.
#include <stdio.h>
int main ()
{
int i, countPuncMarks = 0;
char str [] = "Good Morning! Mr. Laddu Ziddu. Had, your breakfast?";
Input:
Two Strings are called the anagram if they contain the same characters.
However, the order or sequence of the characters can be different.
#include <stdio.h>
#include <string.h>
void toLowercase(char[]);
void sortArray(char[]);
int main ()
{
char str1[] = "Grab", str2[] = "Bragh";
int i, j = 0;