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
How can I change the size of the dynamically allocated array?
Find MAXIMUM of three distinct integers using a single C statement
Write a program to reverse a given number in c?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
What are comments and how do you insert it in a C program?
What are different types of variables in c?
All technical questions
List the variables are used for writing doubly linked list program.
Why can’t constant values be used to define an array’s initial size?
How can I automatically locate a programs configuration files in the same directory as the executable?
Discuss the function of conditional operator, size of operator and comma operator with examples.
a c code by using memory allocation for add ,multiply of sprase matrixes
I need a sort of an approximate strcmp routine?
What is 1d array in c?
What is chain pointer in c?