📄️ Introduction
The following repository contains all the c program files given to solve in lectures.
🗃️ arrays
1 item
🗃️ patterns
1 item
📄️ Pointers in C
1. WAP to add two numbers using pointers
📄️ Recursion in C
1. #### WAP to find factorial of number using recursion
📄️ Strings in C
1. WAP to check if a string is palindrome or not