Answer:The theme can be automatically changed via the default settings
Explanation:
Answer:
b) void xyzfunc (int &myint);
Explanation:
To use the same memory location as the variable in the calling function we have to pass the variable by reference means passing the same address to the function.So to do that we have use & operator which stands for address.
We will do this as following:-
void xyzfunc (int * myint);
Hence the answer is option b.
Answer: The answer is d.
Explanation:
UDP is a transport protocol (Layer 4 of the OSI model) that has no mechanism to provide a reliable transport between the source process and the destination one, as TCP does.
Anyway, due to this feature, is specially suitable for real-time applications , like video or audio, provided that the user can accept some loss in the stream.
Several real-time protocols, like RTP for instance (used for videoconferencing) use UDP as transport protocol.
Answer:
2. Add error routines that allow the program to execute fully even when unanticipated data is entered.
3. Create error messages to alert the user to an error in data entry.
4. Create controls in the program that ensure the input of proper data.
Explanation:
Mark me brainliest plz
True
Sorry if it’s wrong need to answer some before asking a question