What is derived datatype in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between int and float?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
What is the main difference between calloc () and malloc ()?
What are the 5 data types?
what is the difference between arrays and linked list
26 Answers MAHINDRA, Tech Mahindra, Wipro,
In cryptography, you could often break the algorithm if you know what was the original (plain) text that was encoded into the current ciphertext. This is called the plain text attack. In this simple problem, we illustrate the plain text attack on a simple substitution cipher encryption, where you know each letter has been substituted with a different letter from the alphabet but you don’t know what that letter is. You are given the cipherText as the input string to the function getwordSets(). You know that a plain text "AMMUNITION" occurs somewhere in this cipher text. Now, you have to find out which sets of characters corresponds to the encrypted form of the "AMMUNITION". You can assume that the encryption follows simple substitution only. [Hint: You could use the pattern in the "AMMUNITION" like MM occurring twice together to identify this]
how can we use static and extern?and where can we use this?
Is main() function predfined or userdefined?
Using which language Test cases are added in .ptu file of RTRT unit testing???
what are the compilation steps? ( i want inside the compiler )
Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?
Why we use stdio h in c?