Write a C program to check the given string contains a U/L alphabet, special character and digit.

Поділитися
Вставка
  • Опубліковано 7 вер 2024
  • Write a C program to check the given string contains a capital
    alphabet, small alphabet, special character and digit.
    Input as :
    Enter a String : Soumyat@123
    Expected output :
    The given String is matching to our cases.
    Input as :
    Enter a String : Soumyait
    Expected output :
    The given String is not matching to our cases.

КОМЕНТАРІ •