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) In Ruby code, often it is observed that coder uses a short hand form of using an expression like array.map(&:method_name) instead of array.map { |element| element.method_name }. How this trick actually works?
5Suppose if I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what's the problem?
242
compare TProvider Component vs. Provider Property ?
What is php addslashes?
What is a pointer variable in c language?
What is Mcrypt used for?
What is helper library?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
Do you know what are python decorators?
How to clear complete cache in laravel?
Can I initialize unions?
What is the use of pragma in embedded c?
Is javascript harder than python?
What is wrong in this statement? scanf(ā%dā,whatnumber);
Explain the scope of resolution operator.
Which is more efficient, a switch statement or an if else chain?
What does stl mean in slang?