Answer Posted / vignesh1988i
it is a predefined function..............
| Is This Answer Correct ? | 8 Yes | 15 No |
Post New Answer View All Answers
How is = symbol different from == symbol in c programming?
which type of aspect you want from the student.
What is cohesion and coupling in c?
What is #define in c?
What is the c language function prototype?
What is ambagious result in C? explain with an example.
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
Stimulate calculator using Switch-case-default statement for two numbers
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
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]
Why is c called c not d or e?
Write a program to print all permutations of a given string.
is it possible to create your own header files?
number of times a digit is present in a number
Can an array be an Ivalue?