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
What is array in c with example?
Is there a way to compare two structure variables?
What is the maximum no. of arguments that can be given in a command line in C.?
What is the scope of static variable in c?
Explain what standard functions are available to manipulate strings?
What are the different types of endless loops?
Apart from dennis ritchie who the other person who contributed in design of c language.
how can use subset in c program and give more example
Explain what is operator promotion?
why we wont use '&' sing in aceesing the string using scanf
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
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?
Why is c fast?
What are the header files used in c language?
Explain what are the standard predefined macros?