What is Function Pointer? Explain with example?

Answer Posted / mahi

pointer is a variable witch can strore address of another
variable

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can 'this' pointer by used in the constructor?

825


What are the types of variables in c?

779


What is maximum size of array in c?

779


What is c value paradox explain?

800


Explain which function in c can be used to append a string to another string?

837


What is logical error?

855


Why main is used in c?

825


How can you find out how much memory is available?

810


what will be maximum number of comparisons when number of elements are given?

1659


string reverse using recursion

2084


Why is sizeof () an operator and not a function?

777


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

915


What are identifiers in c?

897


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

1004


What does malloc () calloc () realloc () free () do?

784