SAP
C_TAW12_750 · Question #281
You want to develop a program that processes character type data. When you implement the program, you can either use the classical string statements or the newer strings expressions and functions…
The correct answer is A. You can write compact syntax instead of a long sequence of statements D. You can reduce the number of intermediate variables. See the full explanation below for the reasoning.
Question
You want to develop a program that processes character type data. When you implement the program, you can either use the classical string statements or the newer strings expressions and functions What are the main benefits of using string expressions and string functions? There are 2 correct answers to this question.
Options
- AYou can write compact syntax instead of a long sequence of statements
- BYou can write code that is very easy to read and understand
- CYou can improve the performance significantly
- DYou can reduce the number of intermediate variables
How the community answered
(42 responses)- A71% (30)
- B10% (4)
- C19% (8)
Community Discussion
No community discussion yet for this question.