Help me in c?

Discussion in 'Programming' started by lambwell, Jan 11, 2010.

Remove these ads by signing in
Remove these ads by signing in
Thread Status:
Not open for further replies.
  1. lambwell New Member

    Member Since:
    Jan 5, 2010
    Message Count:
    3
    Likes Received:
    0
    Hi Everyone,
    Can you give me some good Example?
    This Exlample will print the Hello without using printf.
    It is possible.
    Can you help me?
  2. jhnsmith New Member

    Member Since:
    Jan 11, 2010
    Message Count:
    20
    Likes Received:
    0
    Occupation:
    web
    Location:
    India
    Help me on c?

    Only C programmer can solve ur question.
  3. nitgreen New Member

    Member Since:
    Jan 12, 2010
    Message Count:
    26
    Likes Received:
    0
    Why you dont want to use printf(), I believe you can directly capture memory and write anything there, or an easy way could be using putchar like routines.
  4. SeoKungFu Active Member

    Member Since:
    Jul 10, 2009
    Message Count:
    597
    Likes Received:
    76
    Occupation:
    SEO Ninja
    you can possibly file open stdout; not sure for the memory, but the putchar will do, too.
    And really, WHY ?
Thread Status:
Not open for further replies.

Share This Page