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

Why c is faster than c++?

623


Why do some versions of toupper act strangely if given an upper-case letter?

624


What tq means in chat?

573


Explain how do you print an address?

652


Explain what are the standard predefined macros?

642






Why isnt any of this standardized in c?

629


Can a pointer be null?

552


GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

676


C program to find all possible outcomes of a dice?

1844


a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

645


Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

596


What is operator promotion?

619


Which is more efficient, a switch statement or an if else chain?

571


What are the advantage of c language?

544


What are void pointers in c?

570