wap to print "hello world" without using the main function.

Answer Posted / thirupathi reddy

by using the comment lines we can get the output

Is This Answer Correct ?    7 Yes 35 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

1213


How to delete a node from linked list w/o using collectons?

2184


What is difference between stdio h and conio h?

999


What is a program flowchart and explain how does it help in writing a program?

789


Why string is used in c?

666






write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

1718


Explain the difference between getch() and getche() in c?

645


In C, What is the #line used for?

1267


How do you do dynamic memory allocation in C applications?

725


what do u mean by Direct access files? then can u explain about Direct Access Files?

1731


What is the use of bitwise operator?

776


What does int main () mean?

631


what is the format specifier for printing a pointer value?

682


How does free() know explain how much memory to release?

706


how to make a scientific calculater ?

1667