Write C program to print without printf ()

write a program to print a message without using printf() function in c.

Replies

  • Vishal Sharma
    Vishal Sharma
    You taking my viva? 😛

    #include
    int main() {
        fputs("hell",stdout);
        return 0;
    }
  • Kaustubh Katdare
    Kaustubh Katdare
    Maybe we should attempt to write this code in various programming languages (without using the most common output/print functions)? Makes sense?
  • Vishal Sharma
    Vishal Sharma
    Kaustubh Katdare
    Maybe we should attempt to write this code in various programming languages (without using the most common output/print functions)? Makes sense?
    @echo off
    echo hello 
    that's in batch!

You are reading an archived discussion.

Related Posts

Folks at the F-Secure Labs have stumbled upon a new custom made Remote Access Trojan (RAT) that was used to infect laptops of professional poker players at this year’s European...
Microsoft is reportedly planning to revive the 'Start' menu in its upcoming Windows 8.2, a news that shall be celebrated by desktop users all over the world. Windows 8 had...
Actually we have been told to do a project for our software engineering subject and for that ,we have to think of some system for example: online admission system ,library...
TrueCaller, a global phone directory app for smartphones and feature phones, in its move to expand user base in India, has announced a tie up with Twitter, the popular social...
How do you like the idea of protecting your beloved smartphone from all accidental drops with the help of airbags? Well, this one comes from Honda - the Japanese expert...