How can you print HELLO WORLD without using "semicolon"?

Answer Posted / prakash

#include<stdio.h>
#include<conio.h>
void main()
{
if(printf(hello world))
{
getch();
}
}

Is This Answer Correct ?    12 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you write a programmer for FACTORIAL using recursion?

618


What is getch?

640


Is there a way to switch on strings?

623


Write a code to generate divisors of an integer?

647


Is fortran still used today?

611






Tell me when is a void pointer used?

652


Do you know what are the properties of union in c?

588


What is the difference between strcpy() and memcpy() function in c programming?

631


Why c is faster than c++?

637


Is sizeof a keyword in c?

586


Is c procedural or object oriented?

585


Is it possible to initialize a variable at the time it was declared?

765


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

1989


What are the advantages of using Unions?

648


What are data types in c language?

590