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.
Answer Posted / jainsih
good prog
| Is This Answer Correct ? | 19 Yes | 28 No |
Post New Answer View All Answers
What is pass by value in c?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What are c header files?
Explain what is wrong with this statement? Myname = ?robin?;
How can you call a function, given its name as a string?
How can I call a function with an argument list built up at run time?
What is string constants?
Explain the difference between structs and unions in c?
formula to convert 2500mmh2o into m3/hr
Explain what is the benefit of using enum to declare a constant?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What's the total generic pointer type?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
write a programming in c to find the sum of all elements in an array through function.