Quiz: Data Structures

Test your understanding of data structures in Solidity.

We'll cover the following...
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";
Question 1 of 50 attempted
...