
- Forum
- Programming Talk
- C and C++
- i want a program without using main and execute that..
i want a program without using main and execute that..
This is a discussion on i want a program without using main and execute that.. within the C and C++ forums, part of the Programming Talk category; i want that urgent.........
-
i want a program without using main and execute that..
i want that urgent......
-
There are two things to note while talking about programs without main()
They are whether you are going to do the program for a
Hosted Environment or for a
Freestanding Environment
If it is for a Hosted Environment main() is essential at the beginning of the program.
If it is for a Freestanding Environment the function to be used at the startup of a program depends on implementation setup.
Let me know in which environment you are trying so that I can give you more inputs.
-
09-03-2009, 02:46 AM #3
- Join Date
- Sep 2009
- Answers
- 1
how write the program for following output
*
* *
* * *
* * *
* * * *
-
Sponsored Ads

Reply With Quote





