Question
declaration statements
write declaration statements for the following,
The variable pointed to by "yAddr" is an integer, the variable pointed by "chAddr" is a character, the variable pointed to by "ptYr" is a long integer, the variablepointed by "z" is an integer and finally, the variable pointed to by "amt" is a double precisionvariable.
Solutions
Expert Solution
No answers