write a “Hello World” program in “c” without using a semicolon?

Answer Posted / mahesh

#include<stdio.h>
void main()
{
if(printf("Hello World"))
{
}

}

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to write a code for reverse of string without using string functions?

1689


what is reason of your company position's in india no. 1.

1871


Why is c still so popular?

705


Why do we write return 0 in c?

649


What are 3 types of structures?

690






What is malloc and calloc?

677


What is the difference between local variable and global variable in c?

788


Explain why C language is procedural?

859


Tell me what is null pointer in c?

687


What are the types of c language?

662


How are pointers declared in c?

687


what is recursion in C

707


What is structure data type in c?

650


What does sizeof function do?

727


Explain how can I remove the trailing spaces from a string?

709