This document contains two programming puzzles in C - a quine program that prints its own source code, and a program with a bug that is intended to print a paragraph of text but fails. It then provides the solutions and explanations. A quine program that uses a formatting string to print itself twice is presented. The buggy program contains a typo, with an extra comma after one of the string literals, which prevents the whole text from printing as intended.