• Welcome to NamesLot.com Domain Name Forum

    NamesLot.com Domain Name Forum offers a fully open forum to discuss domain industry news and a 0% commission marketplace for you to buy and sell domain names.

    We have reorganized our Marketplace so now it is easier to get attention to your domain while it is also easier for buyers to find the right domain name.

    If you want us to add more threads to our marketplace, please contact us! Listing on our marketplace as always, 100% free! Register NOW or Login HERE!

Help me in c?

Status
Not open for further replies.

shenworne

New Member
Hi Everyone,
Can you give me some good Example?
This Exlample will print the Hello without using printf.
It is possible.
 
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.
 
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.
 
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.
 
main()
{
int num = 100;
char str[10];
sprintf(str,"%d",num);
printf("The number is %d and the string is %s
",num,str);
}

Thanks
 
Status
Not open for further replies.

Members online

No members online now.

Forum statistics

Threads
19,804
Messages
69,801
Members
44,585
Latest member
tsscgroup
Active members today
1
New members today
0
New threads today
4
New posts today
4

Follow NamesLot on Twitter!

NamesLot proudly supported by

NamesLot proudly supported by

Top