what is an ERP?
Answers were Sorted based on User's Feedback
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 |
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 |
What is dangling pointer in c?
WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
Explain what is page thrashing?
Why do we use pointer to pointer in c?
How do you write a program which produces its own source code as its output?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
Are local variables initialized to zero by default in c?
Why is structure padding done in c?
what is pointer?
13 Answers HCL, TCS,
Explain how to reverse singly link list.