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
How does sizeof know array size?
What is binary tree in c?
What is the advantage of using #define to declare a constant?
0 Answers Agilent, ZS Associates,
Is Exception handling possible in c language?
Write a simple code fragment that will check if a number is positive or negative.
What is difference between %d and %i in c?
what is the difference b/w NULL and null?
#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?
how to find anagram without using string functions using only loops in c programming
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
What is difference between && and & in c?
What is modeling?