You are on page 1of 1

kunal.skumar@gmail.com a) f is a function that returns pointer to integer. b)pf is pointer to function that returns integer.

c)argv is pointer to pointer to integer. d)f is array of 10 pointer that takes two integer argument and return nothing. e)scr is far pointer to a char. f)arr is array of 10 far pointer to char. g)a is array of 5 pointer to integer that takes one argument p which is far poin ter to integer. h)scr1 is far pointer to char,and scr2 is pointer to char . i)ftable is array of 4 function pointer to a function that returns int. j)ptr is pointer to an array of 30 element. k)ptr is array of 30 pointer to int. l)cmp is function that returns pointer to void. m)cmp is pointer to function that returns void. n)f is function that returns pointer to array of unknown size pointer to a function that returns char. o)x is array of 3 pointer to a function that returns pointer to an array of 5 char. p)f is pointer to a function that returns nothing. and takes int and pointer to function that receive nothing and return nothing. q)f is pointer to function that returns pointer to pinter to integer and takes pointer to pointer to int as 1st argument , pointer to a function that returns pointer to pointer to int and takes two argum ent,1st and 2nd both are pointer to pointer to int. r)f is pointer to a function that returns nothing and takes two argument 1st is pointer to a function thatreturns void and takes two argument 1st is pointer to int and 2nd is pointer to pointer to vo id. and 2nd argument is pointer to a function that returns int .... s)ptr is far pointer to far pointer to char. t)ptr is near pointer to far pointer to char. u)ptr is huge pointer to far pointer to char....

You might also like