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

Answer Posted / manish

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

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where register variables are stored in c?

751


Can a void pointer point to a function?

775


c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

824


Define C in your own Language.

827


What is a struct c#?

785


Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

972


What are multidimensional arrays?

875


why return type of main is not necessary in linux

1887


What is c token?

830


the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset

870


What are the disadvantages of a shell structure?

956


Explain the difference between malloc() and calloc() in c?

813


What is variable and explain rules to declare variable in c?

793


Explain why c is faster than c++?

817


What do mean by network ?

893