Forum

Define namespace in C++

This thread contains 1 reply, has 2 voices, and was last updated by Nitesh User Do not delete 4 years, 11 months ago.

  • Author Replies
    • #61608

      What is namespace in C++ with example?


    • #61609

      The namespace is a logical division of the code which is designed to stop the naming conflict.

      It defines the scope where the identifiers such as variables, class, functions are declared.

      For example: if there are two functions exist with the same name such as add(). To prevent this ambiguity, the namespace is used. Functions are declared in different namespaces.

      C++ consists of a standard namespace, i.e., std which contains inbuilt classes and functions. So, by using the statement “using namespace std;” includes the namespace “std” in our program.


      Regards,
      Nitesh Bavishiya

Viewing 1 reply thread

You must be to reply to this thread.Please or . Registration is 100% free.

GET FREE CONSULTATION

Call Us Now For Free Consultation97370 05566

Our experts listen to you patiently and suggest you the right course after conducting a personality profile test. Register your interest below to schedule personality profile test for you.

SUBSCRIBE TO OUR NEWSLETTER

Subscribe to get latest updates regarding courses, IT industry and career prospects.

Copyright 2016-2024 Smart Mentors. All Rights Reserved.

Login

FORGOT PASSWORD

Sign up now to Become An Instructor

    Register your Interest

      cf7captchaRegenerate Captcha