write aprogram for
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.
What is a wrapper function in c?
Is null equal to 0 in sql?
What is operator precedence?
Why is c called c?
out put of printf(ā%dā,printf(ram));
Write a program using bitwise operators to invert even bits of a given number.
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
What is unsigned int in c?
Is c programming hard?
Explain what is the benefit of using an enum rather than a #define constant?
can you explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????
Explain how do you override a defined macro?