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
Is flag a keyword in c?
Define circular linked list.
What is scope and lifetime of a variable in c?
What are the types of bitwise operator?
How can I find the modification date and time of a file?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
Is c++ based on c?
how we can make 3d venturing graphics on outer interface
Explain the difference between call by value and call by reference in c language?
Can i use “int” data type to store the value 32768? Why?
What tq means in chat?
What is 'bus error'?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Is c object oriented?
Can a void pointer point to a function?