140k views
5 votes
The first few lines of a script that say "using" ... that point the code to the right groups are called

User Yood
by
3.8k points

2 Answers

4 votes

Answer:

Directives

Step-by-step explanation:

In coding a directive is a code line that's job is to tell the compiler to do something. It is not code that is executed, its job is to help the compiler understand how to compile the code.

User Vinkal
by
4.2k points
1 vote

Answer :


Using in case of programming script is used to include pre-defined and pre-compiled files that have functions and logic writer that can be re-used in the new program. This saves developer time to re-write the function, which on the contrary can use the same function calls to perform the task. This area is known as Preprocessor Directive

User Aman Deep Gautam
by
5.3k points