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.
what is the structure pointer?
Can a variable be both static and volatile in c?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
how to swap 2 numbers within a single statement?
write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
what is the difference between definition and declaration? give me some examples.
int x=5; printf("%d%d%d",x,x<<2,x>>2);
Describe dynamic data structure in c programming language?
Program to write some contents into a file using file operations with proper error messages.
What is New modifiers?
What are the types of data structures in c?