Thread: C Program to print letters in given notation

  1. #1
    Registered User
    Join Date
    Feb 2014
    Posts
    1

    C Program to print letters in given notation

    Hello Everyone,

    I have to develop script in C to print the alphabets in given notation.

    Please check the attachment.

    Thanks In Advance!!!

    C Program to print letters in given notation-snapshot-jpg

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    So, the aim is just to print a dot on the left, middle or right of the display depending on the letter's position in the chart given? Sounds doable. Go for it!
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    misoturbutc Hodor's Avatar
    Join Date
    Nov 2013
    Posts
    1,787
    dot@dot[dot]dot[dot]dot[dot]dot[dot]com ... go forth and conquer!

  4. #4
    Registered User
    Join Date
    Nov 2013
    Posts
    107
    Explain a bit more.

  5. #5
    Registered User
    Join Date
    Nov 2012
    Posts
    157
    I have checked the attachment, you are welcome.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 09-11-2013, 11:12 PM
  2. letters make my program explode
    By gratiafide in forum C Programming
    Replies: 12
    Last Post: 11-27-2012, 12:48 PM
  3. Replies: 5
    Last Post: 05-23-2012, 11:18 AM
  4. print the letters "S"
    By narendrav in forum C Programming
    Replies: 2
    Last Post: 06-12-2011, 08:26 AM
  5. Expression: Convert infix notation to postfix notation.
    By Nutshell in forum C Programming
    Replies: 7
    Last Post: 02-27-2010, 07:44 AM