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
Apart from dennis ritchie who the other person who contributed in design of c language.
What 'lex' does?
What do you mean by c what are the main characteristics of c language?
What is the process of writing the null pointer?
What is the purpose of clrscr () printf () and getch ()?
Why dont c comments nest?
How does selection sort work in c?
How is a pointer variable declared?
What is malloc and calloc?
Is c still relevant?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What is struct node in c?
What is structure pointer in c?
What is an arrays?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.