Quiz: Data Structures

Test your understanding of data structures in Solidity.

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

Get hands-on with 1200+ tech skills courses.