Monday, September 16, 2013

Oracle Interview Questions-What is the output of SIGN function?

What is the output of SIGN function?

1 for positive value,
0 for Zero,
-1 for Negative value.

Upload UIImage as base64 String

Upload UIImage as Base64 String (Upload UIImage as string) //Select Pic From Camera or Gallery       @objc func btnPro...