Quiz: Data Structures

Test your understanding of data structures in Solidity.

We'll cover the following...
Technical Quiz
1.

How do we declare a string in Solidity?

A.
int stringName = "Hello";
B.
string stringName = "Hello";
C.
uint stringName = "Hello";
D.
char stringName = "Hello";

1 / 5
...