How to print "Hi World" without using semi colon?
Answer Posted / bhumit
main()
{
clrscr();
if(printf("HI World"))
getch();
}
| Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
How can I insert or delete a line (or record) in the middle of a file?
What is the scope of static variable in c?
Give the rules for variable declaration?
What are the 4 types of programming language?
What is a static function in c?
What is #include stdlib h?
What are the main characteristics of c language describe the structure of ac program?
Explain what is the concatenation operator?
all c language question
What type of function is main ()?
Why do we use header files in c?
What is int main () in c?
Why c is a procedural language?
Explain the use of fflush() function?
Explain pointers in c programming?