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

What is the difference between i++ and i+1 ?(in terms of memory)

3 Answers   HCL,


Is file a keyword in c?

0 Answers  


what is pointer

1 Answers   TCS,


please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch

2 Answers  


a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.

0 Answers  






what is pointer?

4 Answers  


in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?

11 Answers   IBM,


What are lookup tables in c?

0 Answers  


Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?

1 Answers   HCL,


Write a program to generate the first n terms in the series --- 9,11,20,31,...,82

1 Answers   Cognizant,


why program counter is 16 bit?

3 Answers  


What is a program flowchart?

0 Answers  


Categories