List some applications of c programming language?
No Answer is Posted For this Question
Be the First to Post Answer
Can you return null in c?
Tell us bitwise shift operators?
Describe the order of precedence with regards to operators in C.
What is the purpose of macro in C language?
A program to allow an input operand and operator from the operator and read on the display and output operand.
Can we write a program without main() function?
print the palindrome numbers in between 0 to n
What is the significance of scope resolution operator?
0 Answers Agilent, ZS Associates,
What are signals in C?
hi , please send me NIC written test papers to sbabavalli@gmail.com
A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?
Hai why 'c' is the middle language