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


Please Help Members By Posting Answers For Below Questions

How can you pass an array to a function by value?

593


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

1617


What is the difference between null pointer and wild pointer?

625


Why doesnt the call scanf work?

654


What is void main () in c?

720






What is the difference between new and malloc functions?

567


Tell us bitwise shift operators?

587


write a program to copy the string using switch case?

2390


Explain what is meant by high-order and low-order bytes?

625


What is bubble sort in c?

627


the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset

631


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

618


Is that possible to add pointers to each other?

886


What is a null string in c?

575


What is time complexity c?

556