Tagged Questions
6
votes
6answers
516 views
Is working in ''Classic Asp'' good for me for the future?
I have completed my post graduation in Msc(comp sci)-2010.
Is working in "Classic ASP" today good for me in the future? Because I am fresher and I have learned ASP.NET 3.5 version.
Please let me ...
11
votes
16answers
967 views
What do you use string reversal for? [closed]
In PHP it's strrev(), in Rails it's .reverse, but most languages don't have any string reverse function. Some have array reverse functions that can be used on characters. I was thinking this must be a ...