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 many levels of pointers have?

830


What does return 1 means in c?

842


Write a code to generate divisors of an integer?

848


Why do we need functions in c?

767


How can I get the current date or time of day in a c program?

991


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

996


How to write a multi-statement macro?

843


What is the code in while loop that returns the output of given code?

1680


What is a stream water?

919


What is the translation phases used in c language?

871


What is mean by data types in c?

787


What is the difference between procedural and functional programming?

767


What is structure pointer in c?

805


What is the difference between char array and char pointer?

800


How can I trap or ignore keyboard interrupts like control-c?

847