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.



write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7..

Answer / kedharnath

answer

Is This Answer Correct ?    31 Yes 26 No

Post New Answer

More C Interview Questions

What is a constant?

0 Answers  


what is the coding of display the factorial of a number using array and function?

1 Answers  


Why main function is special give two reasons?

0 Answers  


Is c easier than java?

0 Answers  


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

0 Answers   Ignou,


How are Structure passing and returning implemented by the complier?

0 Answers   TISL,


What are the advantages of c preprocessor?

0 Answers  


List the different types of c tokens?

0 Answers  


Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Lucent,


if we take a number as a char then can we manipulate(add, subtract) on this number

2 Answers  


String concatenation

2 Answers  


How do I initialize a pointer to a function?

2 Answers  


Categories