wht is the difference between KPO and BPO ?

Answer Posted / vijith

KPO->Knowledge Process Outsourcing
BPO->Business Process Outsourcing

Is This Answer Correct ?    96 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is scope and lifetime of a variable in c?

576


how can f be used for both float and double arguments in printf? Are not they different types?

608


What is the auto keyword good for?

624


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

873


How can I get back to the interactive keyboard if stdin is redirected?

670






Explain what is #line used for?

608


What is static and auto variables in c?

567


What does the error message "DGROUP exceeds 64K" mean?

726


Explain what is the difference between text files and binary files?

617


What is the difference between far and near in c?

600


Is null always defined as 0(zero)?

615


What is the sizeof () a pointer?

546


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

640


in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures

677


What is a node in c?

548