Data Structures Question:
How many parts are there in a declaration statement using data structures?

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 Question | Next Question |
How memory is reserved using a declaration statement in data structure? | Is Pointer a variable in data structure? |