Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) What will be the output of the following program
#include
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it
DIT,
5 29297can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
1 3607program for reversing a selected line word by word when multiple lines are given without using strrev
IBM,
1 2552Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
1 4267In 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]
1 2547
Do you know what is the current version of wordpress?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
Tell me the role of modules and mixins in ruby?
What is the current stable version of php?
What is the drupal current version?
How to Change the default width/height of the editor?
List some features of php that are deprecated in php7?
What is the length of your largest python code? Can you please describe the project?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What is latest version of laravel?
Tell me what are different methods to copy an object in python?
Explain filters in zend framework with examples?
i have a written test for microland please give me test pattern
What is the use of assertions in python?
Which variable declarations within a class is invalid in php?