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.
Answer Posted / kedharnath
answer
| Is This Answer Correct ? | 31 Yes | 26 No |
Post New Answer View All Answers
What is variables in c?
Explain how do you generate random numbers in c?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
Write a program to identify if a given binary tree is balanced or not.
Is it valid to address one element beyond the end of an array?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
What is I ++ in c programming?
Write a C program to help a HiFi’s Restaurant automate its breakfast billing system. Your assignment should implement the following items: a. Show the customer the different breakfast items offered by the HiFi’s Restaurant. b. Allow the customer to select more than one item from the menu. c. Calculate and print the bill to the customer. d. Produce a report to present your complete program and show more sample output. Assume that the HiFi’s Restaurant offers the following breakfast menu: Plain Egg $2.50 Bacon and Egg $3.45 Muffin $2.20 French Toast $2.95 Fruit Basket $3.45 Cereal $0.70 Coffee $1.50 Tea $1.80
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Without Computer networks, Computers will be half the use. Comment.
When the macros gets expanded?
What is pointer to pointer in c?
Explain the difference between malloc() and calloc() in c?
What are the different types of pointers used in c language?