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

Answer Posted / abhradeep chatterjee

its not possible.

Is This Answer Correct ?    11 Yes 19 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of linkage in c language?

700


How can I ensure that integer arithmetic doesnt overflow?

704


What is a const pointer?

712


What is difference between && and & in c?

738


What is the purpose of ftell?

702






Why do we need volatile in c?

831


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures

2849


What is scanf_s in c?

736


What is the use of c language in real life?

636


What are types of functions?

663


What is call by reference in functions?

730


How can I do graphics in c?

679


What is preprocessor with example?

679


How do we declare variables in c?

672


Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

1694