what is the advantage of function pointer

Answer Posted / rajesh

code complexcity is less

Is This Answer Correct ?    31 Yes 38 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I remove the trailing spaces from a string?

616


What are the scope of static variables?

601


How can you invoke another program from within a C program?

618


The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

2936


regarding pointers concept

1575






What does char * * argv mean in c?

625


What are loops in c?

551


What are the different types of constants?

640


How we can insert comments in a c program?

633


Give me the code of in-order recursive and non-recursive.

886


How does placing some code lines between the comment symbol help in debugging the code?

548


What are the Advantages of using macro

688


Explain how can I remove the trailing spaces from a string?

625


Why is void main used?

621


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

1663