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


Please Help Members By Posting Answers For Below Questions

What is pass by reference in c?

728


What is the explanation for the dangling pointer in c?

769


How can I change their mode to binary?

789


What does typeof return in c?

735


Explain two-dimensional array.

728






What is a structural principle?

729


How can I find out if there are characters available for reading?

732


cavium networks written test pattern ..

3693


Explain the meaning of keyword 'extern' in a function declaration.

829


5 Write an Algorithm to find the maximum and minimum items in a set of ā€˜nā€™ element.

1685


Explain what is the heap?

703


Whats s or c mean?

685


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

825


Why C language is a procedural language?

700


I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

1590