Thread Closed  Post Thread 

Help me in c?
Author Message
shenworne
Junior Member



Posts: 3
Group: Registered
   
Cash: 0.00 Donate
Help me in c?

Hi Everyone,
Can you give me some good Example?
This Exlample will print the Hello without using printf.
It is possible.



batterie nokia
01-05-2010 07:10 PM
Send the author a private message Find all posts by this author Quote this message in a reply
Affiliate Banner
This is an ad revenue sharing forum
Nameslot
Administrator

Administrators

Posts: 1,767
Group: Administrators
   
Cash: 100.50 Donate
RE: Help me in c?

Yes there are 1000 of ways to print stuff. Loops can do it. Files can be written and then read and dumped on screen etc.


Sponsor Ads | Nameslot.com
01-19-2010 03:57 PM
Send the author an email Send the author a private message Visit authors website Find all posts by this author Quote this message in a reply
cigarboy
Junior Member



Posts: 3
Group: Registered
   
Cash: 0.00 Donate
RE: Help me in c?

One example can be this: cout << 1234 << endl;
Find on google, because are a lot of ecxample or in a c book


Welcome to my world cuban cigars
01-30-2010 09:09 PM
Send the author a private message Find all posts by this author Quote this message in a reply
vaniliao
Junior Member



Posts: 5
Group: Registered
   
Cash: 0.00 Donate
RE: Help me in c?

It was possible in C language to print hello without using the printf statement. And Cout is also used to print hello in single statement and that was concept of the C++. In C you can also use getchar and putchar function to print hello but for that you have to use loop.


apple macbook wholesale
03-03-2011 07:22 PM
Send the author a private message Find all posts by this author Quote this message in a reply
abelart
Junior Member



Posts: 11
Group: Registered
   
Cash: 0.00 Donate
RE: Help me in c?

C is a Programming Language. C is an imperative system implementation language. C was useful for many applications had formerly been coded in assembly language.


toshiba direct coupon code
03-11-2011 10:23 AM
Send the author a private message Find all posts by this author Quote this message in a reply
briensmith
Junior Member



Posts: 23
Group: Registered
   
Cash: 0.00 Donate
RE: Help me in c?

main()
{
int num = 100;
char str[10];
sprintf(str,"%d",num);
printf("The number is %d and the string is %s\n",num,str);
}

Thanks

Computer Repair Services

06-05-2011 05:36 AM
Send the author a private message Find all posts by this author Quote this message in a reply

Thread Closed  Post Thread 


View a Printable Version | Send this Thread to a Friend | Subscribe to this Thread | Add Thread to Favorites
Rate This Thread:
Forum Jump: