Category: Pore Abar Bujhbo

12
May
2017

Create Your Own Header Library to use In C program

Understand the basics will learn it later on. Vid:

30
Dec
2015

C problem solution:Anagrams

Anagram: #include<stdio.h> int check_anagram(char [],char []); int main() { char a[100],b[100]; int flag; printf(“Enter first string\n”); gets(a);…