what is a headerfile?and what will be a program without it
explain nan example?
Answer Posted / prabu
header file consists of several modules in which the printf
and scanf function can call automatically througyh header file
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How can I insert or delete a line (or record) in the middle of a file?
Why can’t constant values be used to define an array’s initial size?
What is queue in c?
What is 2c dna?
Write a code to remove duplicates in a string.
Explain how can you tell whether two strings are the same?
How can I access an I o board directly?
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]
Is r written in c?
Can you define which header file to include at compile time?
What is the difference between if else and switchstatement
What is difference between far and near pointers?
Give differences between - new and malloc() , delete and free() ?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What is meant by realloc()?