Exforsys
+ Reply to Thread
Results 1 to 3 of 3

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.........

  1. #1
    somu1533 is offline Junior Member Array
    Join Date
    Jan 2008
    Answers
    1

    i want a program without using main and execute that..

    i want that urgent......


  2. #2
    priyaraji is offline Member Array
    Join Date
    Apr 2006
    Answers
    52
    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.


  3. #3
    rupeshanupam is offline Junior Member Array
    Join Date
    Sep 2009
    Answers
    1
    how write the program for following output
    *
    * *
    * * *
    * * *
    * * * *


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...