top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to create a c program to print a alphabet in the form of stars?

+1 vote
332 views

How to create a c program to print a alphabet in the form of stars for ex.
A should be printed something like

   *
  * *
 *****
*     *

Do we have any standard algo???

posted Sep 8, 2014 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

I guess for this you can store bit map for each alphabet, so that you can use it anytime while printing or processing.

This logic is used while interfacing text in graphical LCD.

Use this site and tool if you have some requirement.
http://www.zilogic.com/blog/tutorial-glcd-bitmaps.html
http://bitmap2lcd.com/download.html

answer Aug 14, 2015 by Sachidananda Sahu
...