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
I need previous papers of CSC.......plz help out by posting them.......
why do some people write if(0 == x) instead of if(x == 0)?
What are enumerated types?
What is the use of extern in c?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is the advantage of an array over individual variables?
Does c have an equivalent to pascals with statement?
Why is main function so important?
What should malloc(0) do?
What is getch?
What is modifier & how many types of modifiers available in c?
How is a structure member accessed?
Which header file is essential for using strcmp function?
difference between Low, Middle, High Level languages in c ?