write aprogram for
There is a mobile keypad
with numbers 0-9 and alphabets on it. take input of 7 keys
and then form a
word from the alphabets present on those keys.
Answer Posted / kedharnath
answer
| Is This Answer Correct ? | 31 Yes | 26 No |
Post New Answer View All Answers
What are the header files used in c language?
What is #define size in c?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
How do c compilers work?
What is the maximum no. of arguments that can be given in a command line in C.?
What is the difference between call by value and call by reference in c?
What are the advantages of Macro over function?
how to introdu5ce my self in serco
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Explain what are binary trees?
What is wrong with this code?
What is the function of multilevel pointer in c?
How can I sort more data than will fit in memory?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,