how many header file is in C language ?
Answer Posted / a.bindhu bhargavi
There are 256 header files in C language
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of using macro in c language?
Is there any demerits of using pointer?
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]
Explain void pointer?
How can I find the modification date and time of a file?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Is linux written in c?
Can a local variable be volatile in c?
What is the difference between array and pointer in c?
Write a program for Overriding.
What is the difference between int main and void main?
Define Array of pointers.
How will you delete a node in DLL?
What is meant by keywords in c?
Compare and contrast compilers from interpreters.