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
Why use int main instead of void main?
Explain what standard functions are available to manipulate strings?
Do pointers take up memory?
How can you increase the allowable number of simultaneously open files?
Are pointers integer?
What is the use of a static variable in c?
In which header file is the null macro defined?
What does s c mean on snapchat?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is d scanf?
Can we change the value of static variable in c?
given post order,in order construct the corresponding binary tree
Can 'this' pointer by used in the constructor?
What is the difference between struct and union in C?
Write a program to implement queue.