how to write hello word without using semicolon at the end?
Answer Posted / ramu gurram
#include<stdio.h>
int main(void)
{
if(printf("hello world"));
return 0;
}
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What are external variables in c?
What are header files and explain what are its uses in c programming?
What is the use of a semicolon (;) at the end of every program statement?
How do I copy files?
What is scope rule of function in c?
What does stand for?
What is difference between class and structure?
What are the different properties of variable number of arguments?
What is meant by inheritance?
How can a process change an environment variable in its caller?
What is a program flowchart and how does it help in writing a program?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
For what purpose null pointer used?
How can I read/write structures from/to data files?