what is the advantage of function pointer
Answer Posted / yogesh
It is useful when you want to send function as argument to
another function.
| Is This Answer Correct ? | 139 Yes | 13 No |
Post New Answer View All Answers
What is far pointer in c?
How do you sort filenames in a directory?
Why is structure padding done in c?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
What is register variable in c language?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
Write a program to find the biggest number of three numbers in c?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
When do we get logical errors?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
What is the best way to comment out a section of code that contains comments?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
What is pragma c?
What does malloc () calloc () realloc () free () do?
What are the 5 data types?