how to write hello word without using semicolon at the end?

Answer Posted / jithneder palle

int main(void)
{
if(printf("hello world"))
}

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is double pointer in c?

783


What language is lisp written in?

890


What is function prototype in c language?

832


What is the use of a ‘’ character?

827


int i=10; printf("%d %d %d", i, i=20, i);

1334


What is the c value paradox and how is it explained?

825


What is difference between function overloading and operator overloading?

889


When can a far pointer be used?

800


What is c system32 taskhostw exe?

815


Explain pointers in c programming?

890


What is variables in c?

833


Define and explain about ! Operator?

804


What is malloc and calloc?

830


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

829


Explain modulus operator.

841