what is the difference between normal variables and pointer
variables..............
Answer Posted / priyanka
It gives the value stored at a particular address
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain what are the different data types in c?
How do you print only part of a string?
Write a program to swap two numbers without using the third variable?
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 are pragmas and what are they good for?
Can you apply link and association interchangeably?
Write a program to generate the Fibinocci Series
What are the characteristics of arrays in c?
What’s a signal? Explain what do I use signals for?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
What is a spanning Tree?
What is the meaning of c in c language?
What are called c variables?
write an algorithm to display a square matrix.
What are the different file extensions involved when programming in C?