Write the type expression for the following types an array of pointers to reals where the array index range from 1 to 100 and Function whose domain are the function from two characters and whose range is a pointer of integer.
Write the type expression for the following types
a. An array of pointers to reals where the array index range
from 1 to 100.
Solution
pointer(Array(1....100 ,
Reals))
b. Function whose domain are the function from two
characters and whose range is a pointer of integer
Solution
int function(char a , char
b)
char * char ->pointer(integer)
0 comments:
Feel free to contact the admin for any suggestions and help.