率土之滨汉弓:c语言一题

来源:百度文库 编辑:杭州交通信息网 时间:2024/05/13 19:18:09
Notice that on a telephone keypad ,the keys labeled 2 ,3,4,...,9 also have letters associated with them.For example,the key labeled 2 corresponds to the letters A ,B,and C.Write a program that will map a seven-digit telephone number into all possible character sequences that the phone number can represent.
For this program,use a function that performs the mapping between bigits and characters.The digits 1 and 0 map to nothing.
Notice that on a telephone keypad,the keys labeled 2,3,4,...,9 also have letters associated with them.For example ,the key labeled 2 corresponds to the letters A,B,and C.Write a program that will map a seven-digit telephone number into all possible character sequences that the phone number can represent.For this program,use a function that performs the mapping between digits and charaters.The digits 1 and 0 map to nothing.