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 is the process to generate random numbers in c programming language?
Why is sizeof () an operator and not a function?
Write a program to find factorial of a number using recursive function.
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
How can I write a function that takes a format string and a variable number of arguments?
What are the types of c language?
How do you determine the length of a string value that was stored in a variable?
What is extern variable in c with example?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What is dynamic dispatch in c++?
Explain zero based addressing.
What is "Duff's Device"?
Explain the difference between getch() and getche() in c?
What is the value of h?
Are pointers integer?