Implement a t9 mobile dictionary.
(Give code with explanation )



Implement a t9 mobile dictionary. (Give code with explanation )..

Answer / guna

http://www.eecs.yorku.ca/course_archive/2004-05/F/4441/T9.java

http://javatroops.blogspot.in/2012/10/implement-mobile-t9-using-trie.html

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More C Code Interview Questions

print a semicolon using Cprogram without using a semicolon any where in the C code in ur program!!

35 Answers   Tata Elxsi, TCS, VI eTrans,


Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.

2 Answers  


main() { int i=5; printf("%d",++i++); }

1 Answers  


Write a routine to implement the polymarker function

0 Answers   TCS,


Write a procedure to implement highlight as a blinking operation

2 Answers  






How we will connect multiple client ? (without using fork,thread)

3 Answers   TelDNA,


Is it possible to type a name in command line without ant quotes?

1 Answers   Excel, Infosys,


There is a lucky draw held every day. if there is a winning number eg 1876,then all possible numbers like 1867,1687,1768 etc are the numbers that match irrespective of the position of the digit. Thus all these numbers qualify fr the lucky draw prize Assume there is no zero digit in any numbers. write a program to show all the possible winning numbers if a "winning number"is passed as an arguments to the function.

1 Answers   Nagarro,


Design an implement of the inputs functions for event mode

0 Answers   Wipro,


void main() { int x,y=2,z; z=(z*=2)+(x=y=z); printf("%d",z); }

4 Answers  


how many processes will gate created execution of -------- fork(); fork(); fork(); -------- Please Explain... Thanks in advance..!

8 Answers   GATE,


Printf can be implemented by using __________ list.

3 Answers  


Categories