Answer Posted / j naveen reddy
Pointer is a reference variable, as it refers the address of the other variable
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the 4 types of organizational structures?
Write a simple code fragment that will check if a number is positive or negative.
Can we declare variables anywhere in c?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
How many types of operators are there in c?
What is property type c?
using only #include
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]
How are variables declared in c?
What is masking?
What is a structure and why it is used?
In c language can we compile a program without main() function?
How to set file pointer to beginning c?
What is a static variable in c?
When is the “void” keyword used in a function?