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

if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

1595


What is array of pointers to string?

665


Which header file should you include if you are to develop a function which can accept variable number of arguments?

916


What is difference between function overloading and operator overloading?

741


Does c have circular shift operators?

833






How can I find out if there are characters available for reading?

732


What are compound statements?

722


Explain enumerated types in c language?

688


What is meant by type specifiers?

765


Write a program to print all permutations of a given string.

768


Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

736


write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.

15202


How many types of sorting are there in c?

706


What is the difference between new and malloc functions?

663


Can you think of a logic behind the game minesweeper.

2103