Power is theability of individuals or groups to induce r influence the beliefs or actions of other persons or groups.Authority in organisation is the right in a position to exercise discretion in making decisions and affecting others.
We can launch different types of instances from a single AMI. An instance type essentially determines the hardware of the host computer used for your instance. Each instance type offers different compute and memory capabilities.
After we launch an instance, it looks like a traditional host, and we can interact with it … Read more
Here is the updated list of all types of technical interview questions asked in ( all the sectors, with answer). check the updated list here
Pass by reference passes a pointer to the value. This allows the callee to modify the variable directly.Pass by value gives a copy of the value to the callee. This allows the callee to modify the value without modifying the variable. (In other words, the callee simply cannot modify the … Read more
Static variables are the variables which retain their values between the function calls. They are initialized only once their scope is within the function in which they are defined.
MySQL is an open-source DBMS that is built, supported and distributed by MySQL AB. It is now owned by Oracle.
Array
1- Array allocates space automatically
2- It cannot be resized
3- It cannot be reassigned
4- sizeof (arrayname) gives the number of bytes occupied by the array.
Pointer
1-Explicitly assigned to point to an allocated space.
2-It can be sized using realloc()
3-pointer can be reassigned.
4-sizeof (p) returns the number of bytes used to store the pointer variable … Read more
These are names given to various programming element such as variables, function,
arrays.It is a combination of letter, digit and underscore.It should begin with letter. Backspace is
not allowed.
Syntax Error
1-These involves validation of syntax of language.
2-compiler prints diagnostic message.
Logical Error
1-logical error are caused by an incorrect algorithm or by a statement mistyped in such a way
that it doesn‘t violet syntax of language.
2-difficult to find.
Declaration associates type to the variable whereas definition gives the value to the variable.
Structure is a collection of heterogeneous data type but array is a collection of homogeneous data types.
1-It is a collection of data items of same data type.
2-It has declaration only
3-.There is no keyword.
4- array name represent the address of the starting element.
1-It is a collection of data items of different … Read more
In organisation structure simply by means the systematic arrangement of people working for the organisation. The organisation is concerned with establishment of positions and relationship between positions. The organisation structure has two dimensions.
According to George Terry,“Organizational chart is a diagrammatical form, which shows the important aspects of an organization including the major functions and their respective relationships, the channels of supervision, and the relative authority of each employee who is in charge of each respective function”. It is a representation of the framework … Read more
- Facilitates Administration
- Increases the efficiency management
- Stimulates creativity and innovation
- Facilitates growth and diversification and
- Facilitates co-ordination and communication.
Decision making is defined as the selection of a course of action among alternativecourses of action. Decision making should be rational. Decision making involves a choice among alternatives.
To determine the direction of an organisation
To provide a basis for team work
To minimise wastages in the future
To facilitate decision making
To improve morale of the employees.
for more info in this linkasmus Lerdorf is known as the father of PHP.
PHP development began in 1995 when Rasmus Lerdorf wrote several Common Gateway Interface (CGI) programs in C, which he used to maintain his personal homepage. He extended them to work with web forms and to communicate with databases, and called this implementation "Personal Home Page/Forms Interpreter" or … Read more
An identified group of people contributing their efforts towards the attainment of goals is called an organization. Organization is the process of establishing relationships among the members of the enterprise.
Hibernate is a powerful, high performance object/relational persistence and query service. This lets the users to develop persistent classes following object-oriented principles such as association, inheritance, polymorphism, composition, and collections.