Answer:
B
Explanation:
give answers next time pls so i can help you!!
Answer:
b. Code an include preprocessor directives for the members
Explanation:
Namespace in programming can be defined as the declarative region which provides scope for the identifiers such as the functions, name of the types, variables, etc.
The namespaces are the code into the logical groups and also used to prevent the name collision.
The ways that can be used outside the namespace as :
-- the code used the fully qualifies name
-- by using the declaration to bring one of the identifier into the scope
-- by using the directive to bring all the things in the newspaper into the scope.
Thus the correct option is (b).
an assembler is a program that converts code written in a high-level language to assembly language that the computer processor can execute.
Answer:
=Tight coupling between components, as everything is in one application.
=Less reusability.
=Large code base; tough for developers and QA to understand the code and business knowledge.
=Less Scalable.
=Does not follow SRP (Single Responsibility Principle)
=More deployment and restart times.