diff --git a/C/README.md b/C/README.md index 85265768..4b192d35 100644 --- a/C/README.md +++ b/C/README.md @@ -42,4 +42,5 @@ | Program-38 | Program to find the factorial of a number using recursion | | Program-39 | Program to find the GCD of a number using recursion | | Program-40 | Program to find the ackerman of given two numbers| +| Program-41 | Program to find sum of two numbers without using any operator |