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?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the use of getch ()?

0 Answers  


Can the “if” function be used in comparing strings?

0 Answers  


Function calling procedures? and their differences? Why should one go for Call by Reference?

0 Answers   ADP,


how to find your architecture is LittleEndian or BigEndian?

1 Answers  


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

0 Answers   TATA, TCS,






Tell me is null always defined as 0(zero)?

0 Answers  


What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }

5 Answers   ADITI, Wipro,


why program counter is 16 bit?

3 Answers  


Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

0 Answers  


What are # preprocessor operator in c?

0 Answers  


i got 75% in all semester am i eligible for your company

0 Answers   Infosys,


write a program for odd numbers?

15 Answers  


Categories