What is the C Keyword Used to Create Global Constants
What is the C Keyword Used to Create Global Constants mcq and its answer is provided on this page.
What is the C Keyword Used to Create Global Constants?
Que. | What is the C Keyword Used to Create Global Constants? | |
a | constant | |
b | definition | |
c | def | |
d | define | |
Answer: define | ||
Explanation : #define directive is used define constants in c programming language. |
Comments
Post a Comment