write a “Hello World” program in “c” without using a semicolon?
Answer Posted / saranya
void main()
{
if(printf("hello world"))
{
}
}
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
How can you increase the size of a dynamically allocated array?
Explain union.
write a program to print largest number of each row of a 2D array
Explain how do you generate random numbers in c?
What is auto keyword in c?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
Explain a file operation in C with an example.
number of times a digit is present in a number
Why ca not I do something like this?
What is a constant?
what is the basis for selection of arrays or pointers as data structure in a program
What is nested structure with example?
How do I use void main?
What is n in c?
How can I ensure that integer arithmetic doesnt overflow?