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

What is modeling?

647


What is function prototype in c language?

614


What is nested structure?

573


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

632


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1138






Define VARIABLE?

690


What are header files and explain what are its uses in c programming?

612


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

1705


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

655


Explain why can’t constant values be used to define an array’s initial size?

854


What does sizeof int return?

594


Do you know the use of fflush() function?

603


What are bitwise shift operators in c programming?

646


Is sizeof a keyword in c?

582


What are the 5 organizational structures?

569