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
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.....
What is the description for syntax errors?
Explain what is the difference between functions abs() and fabs()?
Explain why c is faster than c++?
what are enumerations in C
write a program to print largest number of each row of a 2D array
Explain what is the difference between functions getch() and getche()?
How #define works?
What is the function of this pointer?
What is a stream water?
What is I ++ in c programming?
What are the types of type specifiers?
Write the control statements in C language
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What is #include conio h?