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.
I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?
What are the features of c languages?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................
14 Answers HOV Services, IBM, Potty,
why do some people write if(0 == x) instead of if(x == 0)?
What is the use of ?: Operator?
Write a program to find the biggest number of three numbers in c?
The program to allow the characters from the input received and send this function to a function check if the characters between letters a to z is a function of y joins as the characters main and output to otherwise return to the original function of the y characters
What are called c variables?
Explain modulus operator.
What is clrscr in c?
when user give a number it multiply with 9 without useing '+' and '*' oprator