filmov
tv
Pattern Printing Program using C language || How to print alphabet 'D' using C language in Tamil

Показать описание
#Coding||#alphabetDpatternprinting||#patternprintingintamil||
Here we print alphabet D using Computer language C. To print D alphabet shape using (*) star symbol first we have to use two "for loops". Normally we know rows and columns are responsible for pattern printing. First "for" loop for rows and second "for" loop for columns. For conditional purpose we use conditional statements i.e if and else statements. And we use logical operators. Especially logical and(&&) and logical or(||) operators. Using these operators we can combine two conditions. By these all steps we can print D pattern successfully.
Here we print alphabet D using Computer language C. To print D alphabet shape using (*) star symbol first we have to use two "for loops". Normally we know rows and columns are responsible for pattern printing. First "for" loop for rows and second "for" loop for columns. For conditional purpose we use conditional statements i.e if and else statements. And we use logical operators. Especially logical and(&&) and logical or(||) operators. Using these operators we can combine two conditions. By these all steps we can print D pattern successfully.