main()
{
int a=0;
if(a=0) printf("Ramco Systems\n");
printf("India\n");
}
output?
Answer Posted / shivangi
only india will be printed ...........
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the difference between scanf and fscanf?
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 we use break in c?
Can a variable be both constant and volatile?
how to make a scientific calculater ?
What is c language & why it is used?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What are 3 types of structures?
plz let me know how to become a telecom protocol tester. thank you.
Can you think of a logic behind the game minesweeper.
What is the use of parallelize in spark?
Explain what are multibyte characters?
Explain what does the function toupper() do?
When should we use pointers in a c program?
develop algorithms to add polynomials (i) in one variable