what is c programing

Answer Posted / biswajit jana

c programming is representation of logical statement
according to some c language rule.

Is This Answer Correct ?    6 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of getchar functions?

672


What is a program flowchart and explain how does it help in writing a program?

664


will u please send me the placement papers to my mail???????????????????

1357


What is the default value of local and global variables in c?

555


Was 2000 a leap year?

620






Explain what is the benefit of using const for declaring constants?

608


How can you find the exact size of a data type in c?

595


What is infinite loop?

624


Explain what is a pragma?

584


When was c language developed?

696


Explain what are preprocessor directives?

621


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]

1954


Write a program to print factorial of given number without using recursion?

564


Does c have class?

608


Why main function is special give two reasons?

940