what is an ERP?

Answer Posted / ravi

It stands for Enterprise Resource Planning. It is a system
that is used to manage and coordinate all the resources,
information and functions of a business.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are run-time errors?

595


Is c# a good language?

602


write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

3180


What is meant by high-order and low-order bytes?

647


What are the different types of objects used in c?

568






What are the advantages of using Unions?

642


What are types of structure?

600


4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

1722


Where are the auto variables stored?

621


What is the maximum no. of arguments that can be given in a command line in C.?

662


Are there namespaces in c?

564


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

1848


What is a nested loop?

643


What is pointer & why it is used?

600


Write a program to print fibonacci series without using recursion?

599