can u give me the answer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • leks2608
    New Member
    • Dec 2007
    • 1

    can u give me the answer

    Write a program in ‘C’, to find the vowels (a,e,i,o,u) in the input sentence.

    Constraints :

    1. Input should be given by the user.
    2. The output should be printed line by line as follows

    The number of ‘a’ are : 9
    The number of ‘e’ are : 7
    The number of ‘i’ are : 3
    …………………………….

    3. The program must be done using “C”, not C++.
    4. Most of all, the whole program should be done using only one statement .
    Note : In ‘C’, a statement will be terminated by a semicolon ( ; )

    You may include any standard header file and use its functions.
    ( don’t thnk abt implementing the whole program as a function in a separate file and calling it inside the main function.)
  • oler1s
    Recognized Expert Contributor
    • Aug 2007
    • 671

    #2
    Read this.

    Now you are faced with two choices. Repost properly, or face our collective disapproval.

    Comment

    • Meetee
      Recognized Expert Contributor
      • Dec 2006
      • 928

      #3
      Originally posted by leks2608
      Write a program in ‘C’, to find the vowels (a,e,i,o,u) in the input sentence.

      Constraints :

      1. Input should be given by the user.
      2. The output should be printed line by line as follows

      The number of ‘a’ are : 9
      The number of ‘e’ are : 7
      The number of ‘i’ are : 3
      …………………………….

      3. The program must be done using “C”, not C++.
      4. Most of all, the whole program should be done using only one statement .
      Note : In ‘C’, a statement will be terminated by a semicolon ( ; )

      You may include any standard header file and use its functions.
      ( don’t thnk abt implementing the whole program as a function in a separate file and calling it inside the main function.)

      So what is the problem? Kindly read posting guidelines

      Regards

      Comment

      • MarshMallow
        New Member
        • Nov 2007
        • 52

        #4
        Originally posted by leks2608
        4. Most of all, the whole program should be done using only one statement .
        How can't you realize that the only aim of leks is to waste someone else time?
        Please leks get the xxxx out

        Comment

        • ketand1
          New Member
          • Nov 2007
          • 5

          #5
          <Code removed. Please read our posting guidelines.>

          Comment

          Working...