how can we print hellow world programme without using semicolon
Answer Posted / sreevalli
if (printf("hello world"))
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is operator precedence?
What are the usage of pointer in c?
What is the difference between text and binary modes?
What is memory leak in c?
What is structure in c definition?
For what purpose null pointer used?
What is static and volatile in c?
What is c system32 taskhostw exe?
Explain how do you list a file’s date and time?
Why array is used in c?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What are different storage class specifiers in c?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
Where can I get an ansi-compatible lint?
How can I discover how many arguments a function was actually called with?