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 find anagram without using string functions using only loops in c programming

1 Answers   Mind Tree, TCS,


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

0 Answers  


how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions

0 Answers  


how to find out the inorder successor of a node in a tree??

2 Answers   TCS, Yahoo,


write a program to gat the digt sum of a number (et. 15= >1+5=6)

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 mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

0 Answers   IBM,


What is hungarian notation? Is it worthwhile?

0 Answers  


while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above

0 Answers  


What are actual arguments?

0 Answers  


how to generate the length of a string without using len funtion?

4 Answers  


Give the rules for variable declaration?

0 Answers  


Categories