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

Answer Posted / bitan

int main(){
if(printf("Hello World")){}
}

Is This Answer Correct ?    35 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why cant I open a file by its explicit path?

593


Why is not a pointer null after calling free?

587


Can variables be declared anywhere in c?

614


Explain what are linked list?

615


What is the use of structure padding in c?

556






What is the difference between the = symbol and == symbol?

617


Why is c faster?

588


When should the const modifier be used?

651


Function calling procedures? and their differences? Why should one go for Call by Reference?

629


what are the advantages of a macro over a function?

639


Describe the modifier in c?

597


What is a MAC Address?

624


When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd

637


What is null pointer in c?

587


Write a Program to accept different goods with the number, price and date of purchase and display them

5435