Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Post New Answer

More C Interview Questions

how to print this pyramid * * * * * * * * * * * * *

2 Answers  


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????

1 Answers  


What is a class c rental property?

0 Answers  


Explain how can I pad a string to a known length?

0 Answers  


How can I read/write structures from/to data files?

0 Answers  


A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

0 Answers  


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

7 Answers   TCS,


wap in c to accept a number display the total count of digit

4 Answers  


What are the advantage of c language?

0 Answers  


what do you mean by inline function in C?

0 Answers   IBS, TCS,


who is first prime minister in india??

8 Answers   Wipro,


what are the advantage and disadvantage of recursion

5 Answers  


Categories