Write a function that will take in a phone number and output all possible alphabetical combinations
No Answer is Posted For this Question
Be the First to Post Answer
how to print this pyramid * * * * * * * * * * * * *
int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????
What is a class c rental property?
Explain how can I pad a string to a known length?
How can I read/write structures from/to data files?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
what does the following code do? fn(int n,int p,int r) { static int a=p; switch(n){ case 4:a+=a*r; case 3:a+=a*r; case 2:a+=a*r; case 1:a+=a*r; } } a.computes simple interest for one year b.computes amount on compound interest for 1 to 4 years c.computes simple interest for four year d.computes compound interst for 1 year
wap in c to accept a number display the total count of digit
What are the advantage of c language?
what do you mean by inline function in C?
who is first prime minister in india??
what are the advantage and disadvantage of recursion