How to print "Hi World" without using semi colon?
Answer Posted / manoj singh
void main()
{
clrscr();
if(printf(""HI World""))
getch();
}
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What is type qualifiers?
Which is the memory area not included in C program? give the reason
What is the data segment that is followed by c?
Calculate 1*2*3*____*n using recursive function??
List the different types of c tokens?
Where can I get an ansi-compatible lint?
explain what are actual arguments?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
What are enums in c?
What are the rules for identifiers in c?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What are the parts of c program?
What is the difference between procedural and declarative language?
Why is c used in embedded systems?