Answer Posted / kathir
undefined
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the difference between constant pointer and constant variable?
Sir i need notes for structure,functions,pointers in c language can you help me please
Why we not create function inside function.
Explain how to reverse singly link list.
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]
What is use of bit field?
List some of the dynamic data structures in C?
How can variables be characterized?
What are the types of bitwise operator?
Why is c called c?
Is c procedural or object oriented?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
If I have a char * variable pointing to the name of a function ..
while initialization of array why we use a[][2] why not a[2][]...?
How to establish connection with oracle database software from c language?