write a Program to dispaly upto 100 prime numbers(without
using Arrays,Pointer)
Answer Posted / gurpreet
pls explain me the logic of the code of printing n prime
numbers........
plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz..................................
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
What is the full form of getch?
What are the salient features of c languages?
Is exit(status) truly equivalent to returning the same status from main?
What is the difference between array and structure in c?
what are the different storage classes in c?
What is spark map function?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
What is meant by realloc()?
What is an expression?
how logic is used
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]
What is volatile, register definition in C
Difference between strcpy() and memcpy() function?