beginners-C-program-examples
beginners-C-program-examples copied to clipboard
Simple, Short and Sweet beginners friendly C language programs
@gouravthakur39 Kindly review my PR.
solved the n-queen problem and visualize it with a attractive ASCAI Art
fix a typo
``` #include int main() { int size; scanf("%d", &size); for (int i = 1; i
Hacktoberfest-accepted
In line 6 you forgot to give / and due to this rest all program is is comment!