Correct. Most of the time iterative solution is better than recursive one.
There are lot of other problems. See the modified code #include<stdio.h> int main() { int i=0; char ch[25],c; printf("enter ur name n...
But there could be a possibility that your prototype is not matching the defination. But if you really want exact reason then give 1 small...
....the easiest being Bubble Sort( but worse time complexity), which is easy to implement in any programming language.
Who do you expect to post the answers? or is it just the questions thread?
http://www.gnu.org/copyleft/gpl.html Search for the source code of shell and start studying it.
Post in forum related to network programming.
As soon as the scope of the function ends i.e after the closing brace } of function, memory allocated(on stack) for all the local variables will...
Use ntohl( ) and htonl( )
Check this out http://faq.cprogramming.com/cgi-bin/smartfaq.cgi?answer=1046380353&id=1044780608
OS, Compiler?
Since you didn't provide the prototype of the function, so your compiler is assuming the type of function to be int but later finds a double as a...
Here is a simple algorithm for converting decimal numbers to binary using repeated division by 2...
Hash Table is Java 1.0/1.1 standard library class. Hash Map is a part of Java 2 container library which replaces Hash Table. Hash Table does not...
Get a good book and start discussing in forums.
Can you show us your code?
void mainer's are doomed :mad:
analeah, what about this? http://www.daniweb.com/techtalkforums/thread53921.html
TurboC2, TurboC3--->Total Crap BorlandC, Microsoft Visual studio and gcc compiler--->Yaa right What should I assume about version numbers. And...
You can not say that. It might be happening this way in your compiler but there's no such rule.
Separate names with a comma.