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


Please Help Members By Posting Answers For Below Questions

What are preprocessor directives in c?

626


What are the header files used in c language?

571


Why is c so popular?

638


Explain how many levels deep can include files be nested?

620


Explain can static variables be declared in a header file?

664






regarding pointers concept

1561


Why doesnt long int work?

600


What are c preprocessors?

663


What is the difference between a free-standing and a hosted environment?

634


What do you mean by dynamic memory allocation in c? What functions are used?

638


How can a string be converted to a number?

504


Do pointers need to be initialized?

552


What is signed and unsigned?

629


What is meant by type casting?

616


What are the 4 types of unions?

598