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 is time complexity c?
Differentiate between Macro and ordinary definition.
What is the symbol indicated the c-preprocessor?
What is the difference between the = symbol and == symbol?
Can true be a variable name in c?
Why is c fast?
Which driver is a pure java driver
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is malloc and calloc?
What is strcpy() function?
What does a pointer variable always consist of?
Write a program of prime number using recursion.
Why pointers are used in c?
Is main an identifier in c?
What is #define?