Skip to content

Instantly share code, notes, and snippets.

View MD-AZMAL's full-sized avatar
💻
Debugging :)

Md. Azmal MD-AZMAL

💻
Debugging :)
View GitHub Profile
@MD-AZMAL
MD-AZMAL / prog1.c
Last active March 21, 2019 13:58
Programming Practice : Pointer Projects
#include<stdio.h>
/*
dispense_change() parameters
-----------------------------
int n : the amount
int *s50 : how many 50's to return
int *s20 : how many 20's to return
int *s10 : // how many 10's to return
-------------------------------