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 is function prototype?

690


What is dangling pointer in c?

710


Give me the code of in-order recursive and non-recursive.

995


What is build process in c?

733


In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

843






What is the difference between array and pointer?

661


What is a program flowchart and how does it help in writing a program?

778


What is the -> in c?

692


What is the code in while loop that returns the output of given code?

1510


What is a nested loop?

750


Explain the use of function toupper() with and example code?

738


Can the “if” function be used in comparing strings?

687


How do I use strcmp?

737


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

701


a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

819