write a “Hello World” program in “c” without using a semicolon?

Answer Posted / mahesh

#include<stdio.h>
void main()
{
if(printf("Hello World"))
{
}

}

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are nested functions in c?

568


Write a program of prime number using recursion.

623


What are the functions to open and close the file in c language?

597


What is scope rule in c?

609


how to make a scientific calculater ?

1569






What is switch in c?

652


What is the process of writing the null pointer?

611


How a string is stored in c?

592


What is the difference between struct and typedef struct in c?

663


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

647


Explain what does the function toupper() do?

638


What is the time and space complexities of merge sort and when is it preferred over quick sort?

678


What is far pointer in c?

815


How can you find out how much memory is available?

620


What Is The Difference Between Null And Void Pointer?

650