What are Storage Classes in C ?
CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,
32 102604What are advantages and disadvantages of recursive calling ?
College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,
12 91645
Explain about C function prototype?
What is the heap?
Explain union.
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What is the use of pragma in embedded c?
What is the description for syntax errors?
How do you define CONSTANT in C?
What are pointers in C? Give an example where to illustrate their significance.
What is typeof in c?
Why do some versions of toupper act strangely if given an upper-case letter?
Can we assign integer value to char in c?
What is an example of enumeration?
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 reason of your company position's in india no. 1.
What is the use of header files?