Skip to content

Instantly share code, notes, and snippets.

View ajitjha393's full-sized avatar
πŸ™†β€β™‚οΈ
Phew not sure really!

Bishwajit Jha ajitjha393

πŸ™†β€β™‚οΈ
Phew not sure really!
View GitHub Profile
@Codeplaza
Codeplaza / gist:7559802
Last active February 26, 2019 16:48
8 Queen Program
#include <stdio.h>
#include <conio.h>
#include <graphics.h>
#define SAFE 1
#define NOT_SAFE 0
#define TRUE 1
#define FALSE 0