CrazyEngineers
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • rahul69

    MemberNov 11, 2011

    # is a preprocessor directive. I think it helps the Linker to link the required libraries. It tells the preprocessing required to be done before compilation. It has other uses also as in
    # define x 30 where x is replaced by 30 everywhere in the program. Hope this helps 😀
    Are you sure? This action cannot be undone.
    Cancel
  • anmolsingh6161

    MemberNov 12, 2011

    its not important to include libraries in ur program..................
    Are you sure? This action cannot be undone.
    Cancel
  • vinci

    MemberNov 13, 2011

    I dont agree with Apprentice.
    Libraries are an important part of c programs and we need to include them to us e components insie them
    for example in a c++ program,without #include<conio.h>
    how can we use cin and cout?
    Are you sure? This action cannot be undone.
    Cancel
  • PraveenKumar Purushothaman

    MemberDec 22, 2011

    # is the syntax of the compiler to understand it as a directive, where #include and #define are pre-processor directives! 😀
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register