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

Answer Posted / vikas

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

Is This Answer Correct ?    18 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I convert a string to all upper or lower case?

736


What are volatile variables in c?

610


What is realloc in c?

687


What are types of preprocessor in c?

716


How can you restore a redirected standard stream?

700






What are different types of pointers?

655


Define and explain about ! Operator?

696


Write a program on swapping (100, 50)

762


What is stack in c?

724


What is your stream meaning?

720


How would you rename a function in C?

705


Are c and c++ the same?

707


Can a pointer point to null?

688


What are different types of operators?

686


How #define works?

731