Data Structures Flashcards

Master various data structures, and learn to implement in C

1
Q

Declare an Array in C

A

int array[3] = {1,2,3,};

How well did you know this?
1
Not at all
2
3
4
5
Perfectly