abh - HTMLify profile

abh's Profile Picture

abh

509 Files

102923 Views

Latest files of /abh/learning/c/BPPL/Phase-2/bitwise

bitwise.c abh/learning/c/BPPL/Phase-2/bitwise/bitwise.c
12 Views
0 Comments
#include <ncurses.h>
#include <string.h>
#include <stdlib.h>
#include <time.h>

enum type {
INT,
FLOAT,