- Contains C implementation of the Crossword Dynamic Printing.
- It creates a crossword with _ acting as fillups generated randomly or dynamically on each run.
Language:
Created (date) : Sept 2019
Created in : F.Y. B.Sc (SEM I)
Created for : Mini Project of C Language Subject
Logic Description: Two for loops calling the words functions and the generate_across or generate_down function to generate the structure of the words in order with random _ to guess.
Output :
To run :
gcc CrosswordPrintDynamic.c
a