what is the advantage of function pointer

Answer Posted / maskfriend

function of pointer is more useful for use of large
function argument.it creats less complecty in function
argument.

Is This Answer Correct ?    29 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe how arrays can be passed to a user defined function

774


What is the difference between printf and scanf in c?

739


Explain Basic concepts of C language?

636


Can variables be declared anywhere in c?

612


What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers

669






If the size of int data type is two bytes, what is the range of signed int data type?

581


How pointer is different from array?

569


When can you use a pointer with a function?

557


What are header files in c programming?

651


Why do we use header files in c?

570


Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given

2504


Apart from dennis ritchie who the other person who contributed in design of c language.

801


Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

1594


What is memory leak in c?

627


Can a void pointer point to a function?

563