answersLogoWhite

0

Compulsory in nature

User Avatar

Abhi Nadella

Lvl 2
4y ago

What else can I help you with?

Related Questions

What is ministrant function?

Ministrant function of the State are those undertaken to advance the general interests of society, such as public works, public charity and regulation of trade and industry. These functions are merely optional.


What is the constituent function of the government?

are those which constitute the very bonds of society and arecompulsoryin nature.example:are keeping of order and providing for the protection of person and property; the definition of punishment of crime.that's all.


Which best describe a major difference between latent function and manifest function?

Latent functions are unintended, while manifest functions are intended.


Difference between line and staff function?

The primary difference between line function and staff function is accountability. Line functions are typically used for sales and production, while staff functions are used in production planning and marketing.


What are the function of legislature?

The main function of legislature is to make laws. The next function is the financial function which includes allocation of funds. The third function is judicial function which involves impeachment The fourth function is deliberative functions. The fifth function is constituent function. The sixth function is electoral function. The seventh function is administrative functions


How are functions different from relations that are not functions?

In mathematics the difference between a function and a relation is that each X-value in a function only has a single Y-value.


What is the difference between relations and functions?

A function is a relation whose mapping is a bijection.


What is the difference of odd and even functions?

An even function is symmetric about the y-axis. An odd function is anti-symmetric.


What Difference between built-in function and user define function?

Built-in functions are functions that are provided for you by the standard includes. User-defined functions are those that you write yourself. Third-party functions are those that are written for you, but that are not provided by the standard includes.


What is the example of ministrant function of government?

An example of the ministrant function of government is the provision of public services such as education and healthcare. In this role, the government acts as a provider, ensuring that citizens have access to essential services that promote overall well-being and social equity. By managing schools and hospitals, the government facilitates the development of human capital and supports the health of the population. This function underscores the government's responsibility to enhance the quality of life for its citizens.


What is the difference between an outline and inline?

For the inline functions compiler just copies the function code in that place and when the size is too big it treats that function as ordinary function.


What is the difference between loops and functions?

LOOP: In loops reusability of the code is restricted to a specific area FUNCTION: In functions reusability of the code is not restricted to specific area.That means you can call the function code from any where in the program