⟩ Write a function that swaps the values of two integers, using int* as the argument type.
void swap(int* a, int*b) {
int t;
t = *a;
*a = *b;
*b = t;
}
void swap(int* a, int*b) {
int t;
t = *a;
*a = *b;
*b = t;
}
Write a script to generate n prime no.s?
Write a script to display mirror image of a entered value and also check whether Palindrome?
Tell me What is a Partner?
Are there services available to help me adopt CMMI?
Should we try to get a maturity level or capability levels?
How long does it take to establish a process improvement program? How soon will I see results?
How to find a Partner that specializes in what we need?
Are there tools available for us to use while we are getting started?
What is Level0 N/A?
Explain What are Maturity Levels in Staged Representation?