How to print "Hi World" without using semi colon?
Answer Posted / ankit choudhary
void main()
{
clrscr();
if(printf("\nHi World"))
getch();
}
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
What language is lisp written in?
What is the use of a conditional inclusion statement in C?
Can a variable be both const and volatile?
What are header files and what are its uses in C programming?
Why c is procedure oriented?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
How do you view the path?
What is wild pointer in c?
Is c compiled or interpreted?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What is a structure and why it is used?
What is enumerated data type in c?
Why is a semicolon (;) put at the end of every program statement?
what is the diffrenet bettwen HTTP and internet protocol