Multiple Choice
Multi-Line Comments in Solidity are:
A) working with either // or ///
B) working with /* comment */ or /** @.. natspec style */
C) not possible, all comments must be single-line.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: To develop smart contracts:<br>A) it's good to
Q4: When you are programming a game like
Q5: Files can be imported:<br>A) using relative and
Q6: To communicate with an Ethereum node via
Q7: When solidity is compiled then also Metadata
Q9: Gas costs accrue on sending a transaction:<br>A)
Q10: What's the correct scientific notation?<br>A) 1 Ether
Q11: Block Difficulty:<br>A) is determined by the Ethereum
Q12: EVM assembly:<br>A) is much better than Solidity
Q13: What is the difference between ERC20 and