wap to print "hello world" without using the main function.
Answer Posted / vignesh1988i
the basic format or the first executable code line is the
main function in C.... so if we try to print the anything
without main we are trying to modify the basic concepts of C
and this will not look nice....
thank u
| Is This Answer Correct ? | 20 Yes | 24 No |
Post New Answer View All Answers
Is return a keyword in c?
What is the collection of communication lines and routers called?
What does %p mean c?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is difference between structure and union in c programming?
What does sizeof int return?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What does malloc () calloc () realloc () free () do?
How can I read in an object file and jump to locations in it?
Explain do array subscripts always start with zero?
what is reason of your company position's in india no. 1.
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
Is it acceptable to declare/define a variable in a c header?
What is static volatile in c?
What is the most efficient way to count the number of bits which are set in an integer?