🎴 Flashcard Mode

Data Structures

Card1 / 15
Mastered0
Review0
QuestionClick to flip

What is the mean of 'MAX' term in the syntax below?
typedef struct stack{ int data[MAX]; int top;}stack;

AnswerClick to flip back
A
Both (2) and (4).
💡 Explanation:

Yes, both are true statements.

Change Mode