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
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What is array of pointers to string?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What is difference between function overloading and operator overloading?
Does c have circular shift operators?
How can I find out if there are characters available for reading?
What are compound statements?
Explain enumerated types in c language?
What is meant by type specifiers?
Write a program to print all permutations of a given string.
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
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.
How many types of sorting are there in c?
What is the difference between new and malloc functions?
Can you think of a logic behind the game minesweeper.