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.
No Answer is Posted For this Question
Be the First to Post Answer
What is function pointer and where we will use it
Can you please explain the difference between strcpy() and memcpy() function?
int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????
What is the purpose of 'register' keyword?
Was 2000 a leap year?
Differentiate fundamental data types and derived data types in C.
Can i use “int” data type to store the value 32768? Why?
What is %d used for?
write a program to rearrange the array such way that all even elements should come first and next come odd
WHAT IS INT?
What are the types of pointers in c?
Which header file is essential for using strcmp function?