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
Differentiate between Macro and ordinary definition.
Explain how can I open a file so that other programs can update it at the same time?
What is a const pointer, and how does it differ from a pointer to a const?
What is the deal on sprintf_s return value?
What is define c?
Which of the Following will define a type NODE that is a node in a Linked list? A)struct node {NODE*next;int x;};type def struct node NODE; B)typedef struct NODE {struct NODE *next;int x;}; C)typedef struct NODE {NODE *next;int x;}; D)typedef struct {NODE *next;int x;}NODE;
Write a program to print “hello world” without using semicolon?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
How can I make it pause before closing the program output window?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
Explain which function in c can be used to append a string to another string?