Find g.c.d of two integers in C-Programming using for-loop: First of all, what are g.c.d means? g.c.d means Greatest common divisor, it is also known as h.c…
Read moreFind ASCII value in C-Programming: What is ASCII value? ASCII stands for American Standard Code for Information Interchange . Below is the ASCII character …
Read moreDesign * triangle in C-Programming : Here we Design a triangle with "*" . You have to give number of rows and it will print that triangle incl…
Read moreDesign a Latin square in C-Programming: So first of all we have to know what is a Latin square ? By definition a Latin square is an arrangement of letters …
Read more