22 November 2013
char &getVal(int a[], unsigned i)
{
return a[i];
}


blog comments powered by Disqus