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 constant?
what is the coding of display the factorial of a number using array and function?
Why main function is special give two reasons?
Is c easier than java?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
How are Structure passing and returning implemented by the complier?
What are the advantages of c preprocessor?
List the different types of c tokens?
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
if we take a number as a char then can we manipulate(add, subtract) on this number
String concatenation
How do I initialize a pointer to a function?