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
What is wild pointer in c?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What is double pointer in c?
How can I make sure that my program is the only one accessing a file?
What is calloc() function?
What is c definition?
What is a struct c#?
What is const keyword in c?
please give me some tips for the placement in the TCS.
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What are nested functions in c?
Write a program to print ASCII code for a given digit.
What is the difference between declaring a variable by constant keyword and #define ing that variable?
How do you write a program which produces its own source code as output?
Explain what is the difference between functions abs() and fabs()?