write a “Hello World” program in “c” without using a semicolon?
Answer Posted / prashant
sir, i can not give the answer of this question.
| Is This Answer Correct ? | 4 Yes | 17 No |
Post New Answer View All Answers
Explain what is the benefit of using #define to declare a constant?
What are logical errors and how does it differ from syntax errors?
Why do we use c for the speed of light?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
how to capitalise first letter of each word in a given string?
Why #include is used in c language?
What is return in c programming?
What is the difference between struct and typedef struct in c?
What is a good way to implement complex numbers in c?
What are the different types of linkage exist in c?
Is struct oop?
Explain the advantages and disadvantages of macros.
Explain what are linked list?
What is the significance of scope resolution operator?
What are header files? What are their uses?