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
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
how many errors in c explain deply
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
Explain about block scope in c?
What is the default value of local and global variables in c?
What is the deal on sprintf_s return value?
How macro execution is faster than function ?
What is abstract data structure in c?
What are the storage classes in C?
What is New modifiers?
What is the 'named constructor idiom'?
How can I avoid the abort, retry, fail messages?
What is the size of enum in c?
Why is extern used in c?