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
Can we add pointers together?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
Do pointers store the address of value or the actual value of a variable?
Can a variable be both constant and volatile?
Why ca not I do something like this?
int i=10; printf("%d %d %d", i, i=20, i);
What is typedf?
What is extern c used for?
Explain what is the concatenation operator?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Which is best linux os?
What is #pragma statements?
What is the use of static variable 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
Tell me is null always defined as 0(zero)?