what is the advantage of function pointer

Answer Posted / satty

Functional pointer are more readable and executed run time

Is This Answer Correct ?    43 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.

1491


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

1176


Is c call by value?

598


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

681


Explain how do you search data in a data file using random access method?

688






What is bubble sort technique in c?

582


What is static memory allocation? Explain

626


What 'lex' does?

710


Tell us two differences between new () and malloc ()?

608


How do we make a global variable accessible across files? Explain the extern keyword?

1415


c program for searching a student details among 10 student details

1647


I heard that you have to include stdio.h before calling printf. Why?

582


What do you mean by c?

580


How can I automatically locate a programs configuration files in the same directory as the executable?

624


What is a file descriptor in c?

555