write a “Hello World” program in “c” without using a semicolon?
Answer Posted / manish
int main()
{
if(printf("Hello World"))
}
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what do u mean by Direct access files? then can u explain about Direct Access Files?
what is the different bitween abap and abap-hr?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
Mention four important string handling functions in c languages .
Explain what is a const pointer?
Can a pointer point to null?
Can variables be declared anywhere in c?
Write the control statements in C language
Difference between strcpy() and memcpy() function?
Why are all header files not declared in every c program?
How is a structure member accessed?
given post order,in order construct the corresponding binary tree
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
What are categories used for in c?