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

Answer Posted / latiff

int main()
{
if(printf("hello world"))
}
In if statement compiler does not expect semicolon.

Is This Answer Correct ?    6 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is volatile variable in c?

666


what is ur strangth & weekness

1834


what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)

1936


What is hashing in c language?

624


What is structure padding and packing in c?

631






Why isn't it being handled properly?

653


Can we declare variables anywhere in c?

588


Explain what is the use of a semicolon (;) at the end of every program statement?

746


What is the use of ?: Operator?

673


Explain the difference between getch() and getche() in c?

573


Can you explain the four storage classes in C?

650


What is file in c preprocessor?

664


in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

606


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

672


Which is the best website to learn c programming?

589