How to print "Hi World" without using semi colon?
Answer Posted / ayyanar.m
main()
{
clrscr();
if(printf("HI World"))
getch();
}
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is define directive?
What is the difference between ‘g’ and “g” in C?
What does c in a circle mean?
how to introdu5ce my self in serco
What are the storage classes in C?
What is the meaning of && in c?
What is selection sort in c?
Why are all header files not declared in every c program?
What is header file in c?
Is there any possibility to create customized header file with c programming language?
Do pointers store the address of value or the actual value of a variable?
Can the “if” function be used in comparing strings?
What are the 3 types of structures?
What does malloc () calloc () realloc () free () do?
Write a code to remove duplicates in a string.