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 is the difference between query and question?
Explain extractors in scala?
Difference between HTML and DHTML?
What is the difference between procedural and declarative language?
What is objective c vs c?
What does PEAR stands for?
Explain STL, standard template library?
What is an array? What the different types of arrays in c?
Where and why do I have to put the "template" and "typename" keywords?
What is namespace std; and what is consists of?
How to split a string into array using php?
Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.
How to disable zend layout from controller for ajax call only?
What is eloquent model?
how to write optimum code to divide a 50 digit number with a 25 digit number??