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
What is pass by reference in c?
What is the explanation for the dangling pointer in c?
How can I change their mode to binary?
What does typeof return in c?
Explain two-dimensional array.
What is a structural principle?
How can I find out if there are characters available for reading?
cavium networks written test pattern ..
Explain the meaning of keyword 'extern' in a function declaration.
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
Explain what is the heap?
Whats s or c mean?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Why C language is a procedural language?
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.