write a “Hello World” program in “c” without using a semicolon?
Answer Posted / saranya
int main()
{
if(printf("Hello world"))
{
}
}
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is function prototype in c language?
What is cohesion and coupling in c?
What is s or c?
What’s the special use of UNIONS?
How is a pointer variable declared?
why return type of main is not necessary in linux
What is the advantage of a random access file?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What is .obj file in c?
How do I create a directory? How do I remove a directory (and its contents)?
what do u mean by Direct access files? then can u explain about Direct Access Files?
Why should I prototype a function?
What is a string?
How can I run c program?
Is c++ based on c?