Answer:True
Explanation: Both double and float have the ability to provide the values in the decimal.The wideness for the float is 4 bytes and 8 bytes wideness is present for the double, which indicates that the double is more detailed than the float. The more detailed form gives more precision.The precision in the double also reduces the chances of error as compared with float.Thus the given statement is true.
Answer:
All the members within a class are by default are private. Private function in a class can access public function within a similar class. Private member formed the implementation of the class and also form the private interface of members within the class.
All the member of class can be access by function inside the class when it is declare as private.
For example:
class test
{
private:
int a; // when test:a is private
public:
test() : a() // a is accessible in test class
}
Answer:
i dont see any models...please include a picture
Answer:
<link rel="stylesheet" href="exam.css">
Explanation:
href is the file name assuming its in the same path
also get an extension called grepper, it helps debug a lot quicker