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 12561if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?
4 25742What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
5 22245write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
1 15648Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
1099Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
933Post New Amazon C Interview Questions
What does the ord() function do in python?
Can I still upgrade my windows 7 to windows 10 for free?
What are offsetting columns in bootstrap 3 grid system?
What are file extensions examples?
What the difference is between continue and next sentence?
What do u mean by instance?
what is the minimum cement content for M20 & M25 as per is code -456(2000).
What is regclass in postgresql?
How is the range of ip addresses defined for a windows server 2008 dhcp server?
Explain what is earth observation satellite?
What scheme does the Kernel in Unix System V follow while choosing a swap device among the multiple swap devices?
When should you not use Cassandra? OR When to use RDBMS instead of Cassandra?
What is a relationship?
How do you tell if your windows is corrupted?
What is the used of !important?