Skip to content

Instantly share code, notes, and snippets.

View Praful932's full-sized avatar
🦾
tinkering

Praful Praful932

🦾
tinkering
View GitHub Profile
// Copies a BMP file
#include <stdio.h>
#include <stdlib.h>
#include "bmp.h"
int main(int argc, char *argv[])
{
// ensure proper usage
// 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);