wap to print "hello world" without using the main function.
Answer Posted / kk
And some deserts for Mr. Vignesh1988i ..
For your kind attention sir.. Method main() is not the first
line in any executable... Have you ever heard of
initialization??
Yes you can say what ever the developer writes in any
program starts in main()..
| Is This Answer Correct ? | 3 Yes | 11 No |
Post New Answer View All Answers
What is keyword with example?
What is #define in c?
How can I recover the file name given an open stream or file descriptor?
How do shell structures work?
Differentiate between declaring a variable and defining a variable?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is void main ()?
Who invented b language?
Explain the term printf() and scanf() used in c language?
What is the difference between procedural and declarative language?
What is a built-in function in C?
Write a program to print ASCII code for a given digit.
Implement bit Array in C.