How to print "Hi World" without using semi colon?
Answer Posted / bhumit
main()
{
clrscr();
if(printf("HI World"))
getch();
}
| Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
What is the use of a ‘ ’ character?
How can I determine whether a machines byte order is big-endian or little-endian?
Explain what is the benefit of using enum to declare a constant?
What is calloc()?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
Is c still relevant?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Is return a keyword in c?
Is array a primitive data type in c?
Is null always equal to 0(zero)?
Explain what are the different data types in c?
Why cant I open a file by its explicit path?
What are the types of arrays in c?
When c language was developed?
How can I do serial ("comm") port I/O?