Answer Posted / umakant gupta
Pointer is a kind of Array which store the Address of
Variable
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
How do I swap bytes?
What should malloc(0) do?
How to create struct variables?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
Are pointers really faster than arrays?
why wipro wase
What is variable initialization and why is it important?
Explain how can I convert a string to a number?
How to establish connection with oracle database software from c language?
Explain why c is faster than c++?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
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 I manipulate strings of multibyte characters?
I have a varargs function which accepts a float parameter?
How can I call fortran?