Data Structures Question:

How many parts are there in a declaration statement using data structures?

Data Structures Interview Question
Data Structures Interview Question

Answer:

There are two main parts, variable identifier and data type and the third type is optional which is type qualifier like signed/unsigned.


Previous QuestionNext Question
How memory is reserved using a declaration statement in data structure?Is Pointer a variable in data structure?