Do Integer data types allow spaces when it should be just numeric? Do other programming languages allow spaces in an Integer data type?
How many software projects have you worked on used object serialization? I personally never came across a scenario where object serialization was used. One use case i can think of is, a server softwar
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'m reading an article about different evaluation strategies (I linked article in wiki, but I\'m reading another one not in English). And it says that unlike to call-by-name and call-by-need strategi
What would be a good choice of programming language in which t开发者_运维知识库o implement a decision tree? The results of the implementation will be for personal use only, so no need to consider abil
Ok so here\'s what i have so far: #include <stdio.h> #include <math.h> //#define PI 3.14159 int factorial(int n){
This question already has answers here: Learning to write a compiler [closed] 开发者_如何学C(38 answers)
The following code manipulates pointers to point at the same location; I\'m puzzled about why when I ran the code, the output didn\'t show value coinciding.
I\'m stud开发者_如何学编程ying programming language theory and I can\'t figure out a solid reason why lazy languages don\'t have mutation.Anyone know the reason?Laziness means that a function is not a