write a “Hello World” program in “c” without using a semicolon?
Answer Posted / saranya
void main()
{
if(printf("hello world"))
{
}
}
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What is dynamic dispatch in c++?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
Define circular linked list.
What are the different types of pointers used in c language?
Which header file is used for clrscr?
What do you mean by keywords in c?
What is the use of linkage in c language?
What is volatile c?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
Is there a way to compare two structure variables?
What are the back slash character constants or escape sequence charactersavailable in c?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
What is nested structure?