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
Can you please compare array with pointer?
What is a void pointer in c?
Write a program to print ASCII code for a given digit.
What is the use of sizeof?
What is meant by recursion?
What are the storage classes in C?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
What is the difference between void main and main in c?
How do you list files in a directory?
How can I sort more data than will fit in memory?
Is anything faster than c?
What is the concatenation operator?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What is the collection of communication lines and routers called?
Explain why C language is procedural?