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
How many levels of pointers have?
What does return 1 means in c?
Write a code to generate divisors of an integer?
Why do we need functions in c?
How can I get the current date or time of day in a c program?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
How to write a multi-statement macro?
What is the code in while loop that returns the output of given code?
What is a stream water?
What is the translation phases used in c language?
What is mean by data types in c?
What is the difference between procedural and functional programming?
What is structure pointer in c?
What is the difference between char array and char pointer?
How can I trap or ignore keyboard interrupts like control-c?