WHO WROTE C LANGUAGE?

Answer Posted / haritha

Dennis Ritche

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is an example of a structural homology?

793


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]

1963


What is volatile keyword in c?

587


How can I find out if there are characters available for reading?

649


Explain the use of bit fieild.

717






List the difference between a While & Do While loops?

641


Here is a good puzzle: how do you write a program which produces its own source code as output?

602


What does int main () mean?

556


What is main return c?

523


What are the advantages of using Unions?

647


Why isn't any of this standardized in c? Any real program has to do some of these things.

630


Which type of language is c?

656


How do you initialize pointer variables?

618


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

657


Why pointers are used?

635