how to write hello word without using semicolon at the end?
Answer Posted / @bhi
echo "Hello World" //shell script
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is c fast?
Explain what is the benefit of using #define to declare a constant?
What is data types?
When should structures be passed by values or by references?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
What are categories used for in c?
Write a program that accept anumber in words
Explain what is the most efficient way to store flag values?
What does calloc stand for?
What will be your course of action for a push operation?
What are examples of structures?
Difference between MAC vs. IP Addressing
What does %c mean in c?
What is the size of enum in bytes?
What is a sequential access file?