Skip to content

Instantly share code, notes, and snippets.

View Praful932's full-sized avatar
💜
Learning

Praful Praful932

💜
Learning
View GitHub Profile
// Implements a dictionary's functionality
#include <ctype.h>
#include <stdbool.h>
#include <stdio.h>
#include <string.h>
#include <strings.h>
#include <stdlib.h>
#include "dictionary.h"
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <stdlib.h>
int main()
{
int k=0,freq=0,pos=0,c=0;
char no[10000];
char out[20];
scanf("%s",no);