This repository contains the source code for the C programming basic course. Each branch represents one week of the course, and contains the following materials: The source code for each exercise ...
int z = 0, x = 0, c = 0, v = 0, b = 0, n = 0, q = 0, i = 0; // different parentheses counters. char d[30]; int hmp = 0; // how many palindromes? int e = 0; // marks the end of palindrome to prepare ...