answersLogoWhite

0


Best Answer

network protocols

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Line access and avoidance of collision are the functions of?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Does there exist any way to make the command line argument available to other function without passing them as arrguments to function?

The only way this can be achieved is by storing the command line arguments in global variables. However, this is not recommended. Global variables should only be used to represent truly global concepts, but command line arguments are local to the main function. The main function's primary role is to parse the command line arguments and invoke the appropriate functions, passing any required arguments (by value) to those functions that specifically require them. The main function's secondary role is to handle any exceptions not handled by the functions that it invokes.


What is the advantage of an outline function?

Outline functions are primarily advantageous in debug code. By default, functions are never inline expanded in debug code (where NDEBUG is not defined) because debug code should never be optimised. This is simply because it much easier to map the assembly to the source code using outline functions.In release builds (where NDEBUG is defined), functions are only inline expanded when there is an advantage in doing so. Trivial one-line functions are good candidates, as are complex functions that are only invoked in one place. Functions that increase code size are rarely good candidates so these will remain outline functions. Note that the programmer has no real control over which functions will be inline expanded. In particular, the inlinekeyword has had no bearing on inline expansion since 1998; it is used solely as a linkage directive when defining a non-member function in a header.


What is the difference between business function and management function?

Functions of Management are planning: planning premises; types of plan; planning process; organizing: span of control and organizational structure, line and staff functions and conflicts; centralization and decentralization; delegation; staffing: manpower planning, recruitment, selection and placemen; induction training; directing: principles of direction; coordinating, and controlling. Wheras Business functions are Purchase,Production,Marketing,Finanace,HR,Operations. REJI ISMAIL reji.ismail786@gmail.com


Friends pls clear my doubt In C function should be defined after main function as a Good programming style Why?

First question: You can define zero or more functions before main, and zero or more functions after it. It's up to you. Of course you have to have prototypes for functions which are called before their definitions.Second question: Good programming style includes many things, for example:- keep your functions simple, short, easy to understand and modify- orginize the code into modules (separate source files), the size of a module should be below a few thousands line.- don't use global variable instead of function parameters


What are the rules on how to construct java constructor?

1. The constructor has to have the same name as the classthat it is in.2. It does not have a return type. If it has a return type, then it is a method (even though it is legal, it's not ideal to have name a method the same name as the class).3. It can use any access modifier (this includes private).4. The default constructor does not take arguments.5. The first statement in a constructor has to have a super() type or this() type. If this is not written, by default, it's super(). It's illegal to have it in any other line other than the first line.6. Constructors can only access static variables.7. Only constructors have access to another constructor.Remember that interfaces do not have a constructor.

Related questions

What is line access and avoidence of collision?

Line access and avoidance of collision are the main functions of


What are the three functions of a wireless bridge?

It can function as a Bridge, Relay, and Access Point. In Bridge mode it connects multiple access points to a single fixed line. In relay mode it connects multiple access points to a remote access point. And as a traditional access point it provides network access to wireless clients.


Why is there no horizontal-line test for functions?

there is no horizontal-line test for functions, because people do not do the test that is why !!!


What are non linear functions?

Functions that do not result in a line when graphed.


Which option is a valid configuration line for enabling access list 102 on a vty line?

router(config-line)#access-class 102 in


What is first line of defense against a deadly collision?

Wearing your seat belt. ^ um, no


What is the first line of defense against a deadly collision?

Wearing your seat belt. ^ um, no


Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

You can copy them into global variables in the main() function, then have your other functions access those global variables. Global variables should generally be avoided, however.


How are symptoms of porphyria cutanea tarda prevented?

The first line of defense is avoidance of factors, especially alcohol, that could bring about symptoms.


What is a join line in access?

the line joining two tables


When you graph inverse functions they have what kind of line?

A line which is the reflection of the original in y = x.


Can the graph of a functions be verticle line?

Yes the graph of a function can be a vertical or a horizontal line