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
How do I use void main?
Explain the ternary tree?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
What is file in c language?
Why is c so important?
How can I access an I o board directly?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is header file definition?
what are the different storage classes in c?
What is the difference between #include
What is void main () in c?
What is || operator and how does it function in a program?
State the difference between realloc and free.