how to write hello word without using semicolon at the end?

Answer Posted / rajveer singh rana

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

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....

1612


What is the description for syntax errors?

875


Explain what is the difference between functions abs() and fabs()?

880


Explain why c is faster than c++?

837


what are enumerations in C

952


write a program to print largest number of each row of a 2D array

2121


Explain what is the difference between functions getch() and getche()?

820


How #define works?

873


What is the function of this pointer?

925


What is a stream water?

919


What is I ++ in c programming?

895


What are the types of type specifiers?

831


Write the control statements in C language

905


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

996


What is #include conio h?

816