write a “Hello World” program in “c” without using a semicolon?
Answer Posted / latiff
int main()
{
if(printf("hello world"))
}
In if statement compiler does not expect semicolon.
Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
write a c program for swapping two strings using pointer
What is d scanf?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
How can I implement a delay, or time a users response, with sub-second resolution?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
Differentiate between full, complete & perfect binary trees.
I need a sort of an approximate strcmp routine?
What is the use of typedef in structure in c?
Explain 'far' and 'near' pointers in c.
What are near, far and huge pointers?
main() { printf("hello"); fork(); }
What is console in c language?
What is the main difference between calloc () and malloc ()?
What is default value of global variable in c?
What does void main return?