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 the difference between char array and char pointer?

531


Write a program to print all permutations of a given string.

647


What are the advantages of c preprocessor?

715


What is a null string in c?

593


Which header file is essential for using strcmp function?

947






When can a far pointer be used?

593


What is the meaning of typedef struct in c?

602


What language is c written?

580


Why pointers are used?

635


What language is lisp written in?

626


plz let me know how to become a telecom protocol tester. thank you.

1745


How can you determine the maximum value that a numeric variable can hold?

643


Why main function is special give two reasons?

955


How can I handle floating-point exceptions gracefully?

638


Write a program on swapping (100, 50)

642