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

Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?

1 Answers   Oracle,


How to implement a packet in C

0 Answers   Aricent,


what does keyword ‘extern’ mean in a function declaration?

1 Answers   Emerson,


How can you tell whether a program was compiled using c versus c++?

0 Answers  


what is difference between array and structure?

44 Answers   College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,






What is the difference between File pointer and Internal Charecter Pointer?

2 Answers   TATA,


what is the use of a array in c

6 Answers  


how to write a program which adds two numbers without using semicolon in c

2 Answers  


What are bit fields? What is their use?

2 Answers   Adobe,


main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }

11 Answers   HCL, Vector, Vector India, Vector Solutions, Wipro,


write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1

0 Answers  


what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }

4 Answers  


Categories