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


Please Help Members By Posting Answers For Below Questions

Write a program to use switch statement.

663


Who developed c language?

644


How do you do dynamic memory allocation in C applications?

634


pierrot's divisor program using c or c++ code

1736


What does the c preprocessor do?

625






Is int a keyword in c?

561


What are local static variables? How can you use them?

651


How can I direct output to the printer?

820


What is variable initialization and why is it important?

623


What are bitwise shift operators in c programming?

650


Can a pointer be volatile in c?

539


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

3132


Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

1586


How can you pass an array to a function by value?

609


What does %c mean in c?

656