Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How can I delete a file?

0 Answers  


write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A

17 Answers   ABC, College School Exams Tests,


what does ‘segmentation violation’ mean?

1 Answers  


Write a program to accept a character & display its corrosponding ASCII value & vice versa?

9 Answers  


which operator is known as dummy operator in c?

2 Answers   Wipro,


a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

0 Answers  


When can you use a pointer with a function?

0 Answers  


#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.

8 Answers   IBM,


helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe

2 Answers  


How can I set an array's size at run time?

9 Answers  


main() { int a[10]; printf("%d",*a+1-*a+3); }

2 Answers  


what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.

6 Answers   HCL,


Categories