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
What is the use of linkage in c language?
How can I ensure that integer arithmetic doesnt overflow?
What is a const pointer?
What is difference between && and & in c?
What is the purpose of ftell?
Why do we need volatile in c?
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
What is scanf_s in c?
What is the use of c language in real life?
What are types of functions?
What is call by reference in functions?
How can I do graphics in c?
What is preprocessor with example?
How do we declare variables in c?
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"