beginners-C-program-examples
beginners-C-program-examples copied to clipboard
Simple, Short and Sweet beginners friendly C language programs
[site1.zip](https://github.com/gouravthakur39/beginners-C-program-examples/files/9254548/site1.zip)
added all missing C programs and sorted alphabetically
Included codes for : ->max-heap implementation, ->matrix multiplication [using 1.SMA, 2.DMA(single pointer notation), 3.DMA(double pointer notation)] ->parenthesis balancing using stack
Multiplies two given matrices and outputs the result.
This modification added for merging
this is add fraction and it is modified now.