Exam #03 of the new graph.
Subjects are in the folder of each exercises, along with a solution and a test file.
Title | Description | Allowed functions | level of difficulty |
---|---|---|---|
micro_paint | Write a program that will read an "operation file" and print the result in the terminal (rectangle) | fopen, fread, fscanf, fclose, write, malloc, calloc, realloc, free, memset, powf, sqrtf | ⭐⭐⭐ |
mini_paint | Write a program that will read an "operation file" and print the result in the terminal (circle) | fopen, fread, fscanf, fclose, write, malloc, calloc, realloc, free, memset, powf, sqrtf | ⭐⭐⭐ |