Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

CSJM Interview Questions
Questions Answers Views Company eMail

Write an interactive c program that will encode or decode a line of text. To encode a line of text, proceed as follows: Convert each character, including blank spaces, to its ASCII equivalent. Generate a positive random integer. Add this integer to the ASCII equivalent of each character. The same random integer will be used for the entire line of text. Suppose that N1 represents the lowest permissible value in the ASCII code, and N2 represents the highest permissible value. If the number obtained in step 2 above exceeds N2, then subtract the largest possible multiple of N2 from this number, and add the remainder to N1. Hence the encoded number will always fall between N1 and N2, and will therefore always represent some ASCII character. Display the characters that correspond to the encoded ASCII values. The procedure is reversed when decoding a line of text. Be certain, however, that the same random number is used in decoding as was used in encoding.

1 11725

Post New CSJM Interview Questions


CSJM Interview Questions


Un-Answered Questions

What do you understand by anr dialogue box?

493


How to end the work object in the activity ( method used to kill the work object)?

213


What is the difference between single-quoted and double-quoted strings in php?

523


what is sas application server, database server, sas olap server and sas metadata server? : Sas-di

537


What does chain dofilter do?

110






What is the need of tabindex property is label control?

1588


What is a web part zone?

416


in regenrative cycle why to use two liquid(water&mercury) on steam genration cycle.

1289


What is user defined stored procedures?

549


What is an entity in entity framework?

147


What is testng?

523


Which is the shortcut key to start a presentation from the beginning?

104


How do you merge tables?

314


Explain the term reconciliation?

161


In what cases (circumstances)we should apply P controller, PD controller, PI controller & PID controller ?

1684