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 the scope of local variable in c?
What’s a signal? Explain what do I use signals for?
What are bitwise shift operators in c programming?
What is the use of function overloading in C?
What are loops c?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
Explain the use of keyword 'register' with respect to variables.
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
What is variable initialization and why is it important?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
If null and 0 are equivalent as null pointer constants, which should I use?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
How to write a multi-statement macro?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above