A
A
Alexander Garelkin2016-02-09 02:25:58
C++ / C#
Alexander Garelkin, 2016-02-09 02:25:58

How is a specifier different from a C/C++ modifier?

How is a specifier different from a C/C++ modifier?
Explain in detail plz. Thanks in advance

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
abcd0x00, 2016-02-20
@abcd0x00

There is a qualifier, a specifier and a modifier.
Qualifier and modifier are the same thing.
Specifier - something that specifies the type:
int
short
long
struct x
union y
Modifier - something that changes the given type:
const
volatile

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question