what is an ERP?

Answers were Sorted based on User's Feedback



what is an ERP?..

Answer / 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

what is an ERP?..

Answer / divya

ERP stands for enterprise resource planning. It integrates
all the departments to an organization into a single
centralized system.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Interview Questions

how to add numbers without using arithmetic operators.

14 Answers   TCS,


There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?

5 Answers   Microsoft, TCS,


what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);

4 Answers   TCS,


What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }

9 Answers   CTS, Wipro,


void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }

5 Answers   C DAC, CDAC, Infosys, Wipro,






 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

0 Answers  


what is recursion in C

0 Answers   Cap Gemini,


void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }

3 Answers  


How #define works?

0 Answers  


20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????

2 Answers  


What is the correct code to have following output in c using nested for loop?

0 Answers  


Differentiate abs() function from fabs() function.

0 Answers  


Categories