How can I make a program in c to print 'Hello' without
using semicolon in the code?
Answer Posted / prashanth
main()
{
if(printf("hello"))
}
| Is This Answer Correct ? | 54 Yes | 9 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
about c language
Explain how do you determine a file’s attributes?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What is a floating point in c?
Describe the steps to insert data into a singly linked list.
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Explain what are binary trees?
provide an example of the Group by clause, when would you use this clause
What are the types of bitwise operator?
What is the difference between ++a and a++?
What does p mean in physics?
What is an lvalue in c?
What do you mean by a sequential access file?
What is optimization in c?