Skip to content

Instantly share code, notes, and snippets.

View ImtiazKabir's full-sized avatar

Md Imtiaz Kabir ImtiazKabir

View GitHub Profile
/***************** printf *****************/
/*
// FIND THE FACTORIAL OF A GIVEN NUMBER
#include <stdio.h>
int main(void) {
int n, factorial = 0;
scanf("%d", &n);