Answer by true or false :
a) There could be several function calls in a program. True False
b) Function call can be placed wherever it is required, regardless of the function’s number of calls. True False
c) There are no conditions on where to place a function prototype. True False
d) Functions definitions should always be placed after the main function. True** False**
e) A double variable can be pointed to by an integer pointer without loss/change of information. True False
f) An integer variable can be pointed to by an integer pointer without loss/change of information. True False
g) An integer variable can be pointed to by an integer pointer without loss/change of information. True False
h) The content of a pointer should always be an address of another normal variable. True** False**
i) The content of a pointer can be copied into another pointer of the same type without loss of information. True False
j) The & and * operators will do the same operations when they are used with pointers.True False
k) The * operator has more than one meaning which is determined by the context of usage. True False
l) Any function that is not of type void and it doesn’t use pointers, should contain a return statement. True False
m) There is no difference between call by value and call by reference in programming languages. True False
Can any1 check if my aswers are correct or no ??