Skip to content

Instantly share code, notes, and snippets.

View DhanushkaSandakelum's full-sized avatar
🏠
Working from home

Dhanushka sandakelum DhanushkaSandakelum

🏠
Working from home
View GitHub Profile
@DhanushkaSandakelum
DhanushkaSandakelum / countNumbers.c
Created December 26, 2020 08:00
This is a simple code for take any type of a input and count the numbers of it using C
// first make sure add there libraries correctly
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <stdlib.h>
#include <ctype.h>
int main() {
char mem[1000];
int numCount[10];