Home Forums C Programming Calling function with main()

Viewing 3 reply threads
  • Author
    Posts
    • #1881
      JAZYY18
      Participant

      hi
      Here is program which call function without calling main()

       

    • #3134
      msaqib
      Participant

      spsinghs plz can u give an overview of this program, I mean the flow of the program, So that novice users can understand it.
      Thanks

    • #3135
      JAZYY18
      Participant

      hi
      here is pragma explanation..
      Each implementation of C and C++ supports some features unique to its host machine or operating system. Some programs, for instance, need to exercise precise control over the memory areas where data is placed or to control the way certain functions receive parameters. The #pragma directives offer a way for each compiler to offer machine- and operating system-specific features while retaining overall compatibility with the C and C++ languages. Pragmas are machine- or operating system-specific by definition, and are usually different for every compiler.
      Pragmas can be used in conditional statements, to provide new preprocessor functionality, or to provide implementation-defined information to the compiler

    • #3136
      will
      Participant

      Thanks spsinghs for explanations.

Viewing 3 reply threads
  • The forum ‘C Programming’ is closed to new topics and replies.