give one example of text constant
Answers
Answered by
7
The most significant are: compile-time (statically-valued) constants, run-time (dynamically-valued) constants, immutable objects, and constant types (const). ... Typical examples of run-time constants are values calculated based on inputs to a function, such as this C++ example: void f(std::string s) { const size_t l = s.
Answered by
2
Answer:
continuous test
Explanation:
continuous testing is the process of executing automated tests as part of software delivery
Similar questions