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
Why do we need arrays in c?
What is the importance of c in your views?
Why do we need volatile in c?
Why void is used in c?
Explain what does it mean when a pointer is used in an if statement?
What is the difference between array and pointer in c?
What are shell structures used for?
What are the advantages of Macro over function?
What are called c variables?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
How is a null pointer different from a dangling pointer?
What the different types of arrays in c?
What is a class c rental property?
Explain why c is faster than c++?
Differentiate between the = symbol and == symbol?