write a C program:There is a mobile keypad with numbers 0-9
and alphabets on it. Take input 0f 7 keys and then form a
word from the alphabets present on the keys.
Answer Posted / jainsih
good prog
| Is This Answer Correct ? | 19 Yes | 28 No |
Post New Answer View All Answers
Why is C language being considered a middle level language?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What do mean by network ?
Differentiate abs() function from fabs() function.
Which driver is a pure java driver
Write a program to print "hello world" without using a semicolon?
How do you redirect a standard stream?
Is c programming hard?
What are the advantages of external class?
Are the variables argc and argv are local to main?
What is structure and union in c?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is volatile variable in c with example?
What is the sizeof () operator?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)