wht is the difference between KPO and BPO ?
Answers were Sorted based on User's Feedback
Answer / pedda
KPO-> Knowledge process outsourcing
in these process to identify out sourcing is very
critical.
Knowledge process can be defined as high added value
processes chain where the achievement of objectives is
highly dependent on the skills, domain knowledge and
experienceof the people carrying out the activity.
BPO-> Business process outsourcing
in these process to identify the out sourcing is
essay(than the KPO) ,bpo means like a call centers
| Is This Answer Correct ? | 113 Yes | 11 No |
Answer / vijith
KPO->Knowledge Process Outsourcing
BPO->Business Process Outsourcing
| Is This Answer Correct ? | 96 Yes | 9 No |
what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }
What is the c language function prototype?
What is the purpose of main() function?
what does ‘#include’ mean?
What is main function in c?
What is structure packing ?
what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
What is a MAC Address?
C,c++, Java is all are structural oriented or procedure oriented language..?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
0 Answers MAHINDRA, Protech, Sivan Tech,
write a c prog for removing duplicate character from an array and sorting remaining elements using a single array
When should volatile modifier be used?