InterviewSolution
Saved Bookmarks
| 1. |
What is the by default value of float data type |
|
Answer» The char data type is a single 16-bit Unicode character. It has a minimum VALUE of '\u0000' (or 0) and a maximum value of '\uffff' (or 65,535 inclusive)....Default Values.Data Type Default Value (for fields)FLOAT 0.0fdouble 0.0dchar '\u0000'String (or any OBJECT) nullPlease MARK me as brainliestThank you and have a nice day |
|