Answer Posted / vaibhav
no because every c prog. can compile from main function.
but when we write a code for creating a header file, we
cant use main function.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is the difference between class and object in c?
Why does notstrcat(string, "!");Work?
Explain what is #line used for?
Write a program to print fibonacci series using recursion?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
What are pointers in C? Give an example where to illustrate their significance.
Explain null pointer.
What is a rvalue?
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 are header files in c programming?
Explain low-order bytes.
What is infinite loop?
What is I ++ in c programming?
What is meant by preprocessor in c?
Describe wild pointers in c?