Skip to content

Instantly share code, notes, and snippets.

View Compro-Prasad's full-sized avatar
🔨
Building stuff. Mostly software.

Compro Prasad Compro-Prasad

🔨
Building stuff. Mostly software.
View GitHub Profile
@Compro-Prasad
Compro-Prasad / pascal_triangle.cpp
Created August 29, 2016 15:04
C code to generate the largest pascal's triangle on the screen
#include <stdio.h>
#include <math.h>
#ifndef LINUX
#define LINUX
#endif
/* uncomment the following line if you get compilation errors */
//#undef LINUX