write a “Hello World” program in “c” without using a semicolon?
Answer Posted / rajeev
int main()
{
if(printf("hello world"))
}
For if statement compiler does not expect semi colon.
| Is This Answer Correct ? | 55 Yes | 18 No |
Post New Answer View All Answers
Combinations of fibanocci prime series
What are the different types of errors?
Explain how can you determine the size of an allocated portion of memory?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
What is the difference between malloc() and calloc() function in c language?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
Can a variable be both const and volatile?
Explain main function in c?
Why do we use namespace feature?
explain what is a newline escape sequence?
What is scanf () in c?
Write a program to know whether the input number is an armstrong number.
Is python a c language?
List some of the static data structures in C?