Microsoft Techies
Microsoft information center.
Saturday, 12 July 2014
Error: not all code paths return a value
This error will come when you don't specify the return value in the end of function.
Ex: return strvalue;
}
Ex: return intk;
}
Newer Post
Older Post
Home