print a "hello" word without using printf n puts in c language

Answer Posted / prince

write(1, "Hello World", 11);

Is This Answer Correct ?    11 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

string reverse using recursion

1817


What is #define used for in c?

618


Differentiate between new and malloc(), delete and free() ?

679


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

1333


How do I copy files?

626






What is main function in c?

552


Is c still used?

606


If you know then define #pragma?

678


What are data types in c language?

590


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

1385


Is c procedural or functional?

593


An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above

710


Is a house a shell structure?

700


what is the basis for selection of arrays or pointers as data structure in a program

3791


What is the deal on sprintf_s return value?

647