Write a function that will take in a phone number and output all possible alphabetical combinations
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between ++a and a++?
What is chain pointer in c?
With the help of using classes, write a program to add two numbers.
Can we use any name in place of argv and argc as command line arguments?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
how write a addtion of two single dimensional array using of pointer in c language?
What are the primitive data types in c?
What does 4d mean in c?
Can we assign integer value to char in c?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
write a program to rearrange the array such way that all even elements should come first and next come odd
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode