wap to print "hello world" without using the main function.
Answer Posted / raghuram
To display "hello world"
printf("\"hello world\"");
| Is This Answer Correct ? | 5 Yes | 57 No |
Post New Answer View All Answers
What is the use of in c?
What is pre-emptive data structure and explain it with example?
Is it better to use malloc() or calloc()?
What is an lvalue?
what do you mean by enumeration constant?
Difference between constant pointer and pointer to a constant.
what will be the output for the following main() { printf("hi" "hello"); }
What is #line used for?
How arrays can be passed to a user defined function
How can you find out how much memory is available?
Describe the modifier in c?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What is the full form of getch?
What is a program flowchart and explain how does it help in writing a program?
What is graph in c?