how to write hello word without using semicolon at the end?
Answer Posted / jithneder palle
int main(void)
{
if(printf("hello world"))
}
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
How can I copy just a portion of a string?
How variables are declared in c?
What are the back slash character constants or escape sequence charactersavailable in c?
What is an arrays?
Explain null pointer.
Can a variable be both const and volatile?
Which is better malloc or calloc?
application attempts to perform an operation?
Is multithreading possible in c?
Can one function call another?
What is #line?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
What is the condition that is applied with ?: Operator?
Is javascript based on c?
Why do we need volatile in c?