From 35979796ab9a6cb2b46e351d0ece28fc4d9ccaae Mon Sep 17 00:00:00 2001 From: Vaidehi Bhardwaj <61655574+Vaidehi0421@users.noreply.github.com> Date: Thu, 1 Oct 2020 17:33:40 +0530 Subject: [PATCH] Update and rename C/program-51/README.md to C/program-56/README.md --- C/{program-51 => program-56}/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename C/{program-51 => program-56}/README.md (87%) diff --git a/C/program-51/README.md b/C/program-56/README.md similarity index 87% rename from C/program-51/README.md rename to C/program-56/README.md index 53ea2daf..cdda9057 100644 --- a/C/program-51/README.md +++ b/C/program-56/README.md @@ -1,3 +1,4 @@ -Program 51 +Program 56 + Write a program in C to calculate the number of vowels and consonants in a string.