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.



write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 ke..

Answer / jainsih

good prog

Is This Answer Correct ?    19 Yes 28 No

Post New Answer

More C Interview Questions

hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...

0 Answers  


How can I send mail from within a c program?

0 Answers  


What is extern c used for?

0 Answers  


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

0 Answers  


what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }

2 Answers   Google,


how to find the given number is prime or not?

6 Answers   IMS, ING,


Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV

5 Answers   Accenture,


How can a program be made to print the line number where an error occurs?

0 Answers  


Can 'this' pointer by used in the constructor?

0 Answers  


what is difference between C and C++

4 Answers  


WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES

1 Answers  


What are the disadvantages of external storage class?

0 Answers  


Categories