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 the difference between malloc() and calloc()?
can i know the source code for reversing a linked list with out using a temporary variable?
Write a program for print infinite numbers
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
how to print a statement in c without use of console statement ,with the help of if statement it should print
who is the editor of 'pokemon'?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What are the application of c?
Should a function contain a return statement if it does not return a value?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
write a program to find out prime number using sieve case?
how can you print&scan anything using just one character? :) HINT: printf,scanf similer