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

what is a constant pointer in C

0 Answers  


What is hungarian notation? Is it worthwhile?

0 Answers  


why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above

0 Answers  


difference between function & structure

9 Answers   Verizon,


Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

0 Answers   Wipro,


Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4

2 Answers   Mascot,


What is function in c with example?

0 Answers  


What is the difference between exit() and _exit() function in c?

0 Answers  


What is extern c used for?

0 Answers  


Does c have class?

0 Answers  


what is ram?

3 Answers   TCS,


What is size of union in c?

0 Answers  


Categories