stack overflow problem in recursionThere are two possibilities. One is that your program is buggy, which means you didn't put an end co...
Problems w/ Sequential SearchI guess there's one minor mistake leading up to the crash. [code]scanf ("%d" , target ); [/code] s...
Are there some software to check code qualityvalgrind on linux. You can do memory profiling and call graph.
C++ i don't get why its not writing the #sAny random generator doesn't really generate a random sequence of numbers. For a given algorithm on...
void main()Executables would return a value after each run. I guess that's what return value of main is used fo...