This code attempts to fuse two strings together. So,
fuse("Apple", "Banana")
would return "ABpapnlaen a"
However, there are a couple of things wrong with this code:
- The for loop is incomplete (probably a copy paste error)
- It is unclear from the code if the array jawaban will overflow if kata1 and kata2 are large (it probably will)
- Biggest problem: the jawaban array is declared on the stack, which means it will be cleaned up when the function returns. So the caller of this function will reference unallocated memory! This is a huge bug!!
Answer:
Simulated Labs
Web-Based Educational Games
Discussion Forums
Explanation:
Did a test with the same question.
Yes it’s true the window net use command is a quick way to discover any shared resources on a computer or server
Answer:
Hi LizBiz! The answer is Ctrl key on Windows, or Command key for Mac.
Explanation:
The Ctrl (Windows) key or equivalent Command key on Mac has a special purpose which allows special operations to be performed when combined with another action, such as clicking on multiple pictures or files for selection.