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

What is array in c with example?

882


Is there a way to compare two structure variables?

857


What is the maximum no. of arguments that can be given in a command line in C.?

897


What is the scope of static variable in c?

728


Explain what standard functions are available to manipulate strings?

828


What are the different types of endless loops?

842


Apart from dennis ritchie who the other person who contributed in design of c language.

1101


how can use subset in c program and give more example

1695


Explain what is operator promotion?

842


why we wont use '&' sing in aceesing the string using scanf

2081


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

843


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

2179


Why is c fast?

799


What are the header files used in c language?

804


Explain what are the standard predefined macros?

875