1)What are these?(I prefer definition please)
a) Compiler
b) True ( in the C++ language)
c) Linker
d) False ( in the C++ language )
e) Reserved word
f) Expression
g) Interpreter
h) Syntax
i) Editor
j) Variable
2) What distinguishes a conditional expression from an arithmetic expression?
3)what are he effect of the operators:
>
!=
&&
!
4)What two ways can a comment be entered?
5)what are he difference between:
a) = and ==
b) if ... else and ? :
c) float and double
d) char and int
e) / and %
6)What things should be known about any variable?
7)How can multiple statements be used where only one is allowed by syntax?
8)What is the switch statement?
When can it be used instead of if ... else ?
9)What is a function?
10)How is the matching of parameters between the function call and the definition determined?
11)what are two advantages of using functions?
12)what is an array name without the subscript operators?



thanks in advance for your help