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 difference between function overloading and operator overloading?

0 Answers  


What is the purpose of macro in C language?

0 Answers   Fidelity,


How to add two numbers with using function?

2 Answers   Miracle Solutions,


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

5 Answers   Vector, Vector Solutions,


How are strings stored in c?

0 Answers  






What is a program?

0 Answers  


What is the argument of a function in c?

0 Answers  


wt is d full form of c

6 Answers   TCS, Wipro,


What is the difference between struct and union in C?

1 Answers  


What is difference between structure and union?

0 Answers  


main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }

6 Answers  


Is c is a procedural language?

0 Answers  


Categories